oh god no
This commit is contained in:
parent
f285294c7c
commit
9d436933de
|
@ -39,7 +39,7 @@ local droledel = command("droledel",{
|
||||||
local drolelist = command("drolelist", {
|
local drolelist = command("drolelist", {
|
||||||
help = "List all default roles",
|
help = "List all default roles",
|
||||||
usage = "drolelist",
|
usage = "drolelist",
|
||||||
perms = {"administrator"}
|
perms = {"administrator"},
|
||||||
exec = function(msg,args,opts)
|
exec = function(msg,args,opts)
|
||||||
local reply = { embed = {
|
local reply = { embed = {
|
||||||
title = "Default roles:",
|
title = "Default roles:",
|
||||||
|
|
Loading…
Reference in New Issue