prefix
This commit is contained in:
parent
5699b8a052
commit
10d435729f
1 changed files with 1 additions and 1 deletions
2
bot.lua
2
bot.lua
|
@ -2,7 +2,7 @@ local discordia = require('discordia')
|
||||||
local client = discordia.Client()
|
local client = discordia.Client()
|
||||||
local http = require("simple-http")
|
local http = require("simple-http")
|
||||||
local json = require('json')
|
local json = require('json')
|
||||||
local prefix = ";"
|
local prefix = "."
|
||||||
math.randomseed(os.time())
|
math.randomseed(os.time())
|
||||||
|
|
||||||
--- https://stackoverflow.com/a/22843701
|
--- https://stackoverflow.com/a/22843701
|
||||||
|
|
Reference in a new issue