diff --git a/bot.lua b/bot.lua index ce9d1d5..0786cab 100644 --- a/bot.lua +++ b/bot.lua @@ -2,7 +2,7 @@ local discordia = require('discordia') local client = discordia.Client() local http = require("simple-http") local json = require('json') -local prefix = ";" +local prefix = "." math.randomseed(os.time()) --- https://stackoverflow.com/a/22843701