mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[Dev] server -> guild in dev commands
This commit is contained in:
parent
be5c7f4592
commit
b1601b1bf0
@ -61,7 +61,7 @@ class Dev:
|
|||||||
'ctx': ctx,
|
'ctx': ctx,
|
||||||
'channel': ctx.channel,
|
'channel': ctx.channel,
|
||||||
'author': ctx.author,
|
'author': ctx.author,
|
||||||
'server': ctx.guild,
|
'guild': ctx.guild,
|
||||||
'message': ctx.message
|
'message': ctx.message
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -102,7 +102,7 @@ class Dev:
|
|||||||
'ctx': ctx,
|
'ctx': ctx,
|
||||||
'channel': ctx.channel,
|
'channel': ctx.channel,
|
||||||
'author': ctx.author,
|
'author': ctx.author,
|
||||||
'server': ctx.guild,
|
'guild': ctx.guild,
|
||||||
'message': ctx.message,
|
'message': ctx.message,
|
||||||
'_': self._last_result
|
'_': self._last_result
|
||||||
}
|
}
|
||||||
@ -152,7 +152,7 @@ class Dev:
|
|||||||
'ctx': ctx,
|
'ctx': ctx,
|
||||||
'bot': ctx.bot,
|
'bot': ctx.bot,
|
||||||
'message': ctx.message,
|
'message': ctx.message,
|
||||||
'server': ctx.guild,
|
'guild': ctx.guild,
|
||||||
'channel': ctx.channel,
|
'channel': ctx.channel,
|
||||||
'author': ctx.author,
|
'author': ctx.author,
|
||||||
'_': None,
|
'_': None,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user