mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 14:27:27 +00:00
Send command __ fix
This commit is contained in:
parent
3fa251114a
commit
392679a26d
1 changed files with 71 additions and 71 deletions
|
@ -67,7 +67,7 @@ class Utils:
|
|||
|
||||
@send.command(name='guild', aliases=['g', 'server', 's'])
|
||||
async def send_guild(self, ctx, guild, channel, *, message):
|
||||
await discord.utils.get(self.bot.get_all_channels(), guild__name=guild, name=channel).send(message)
|
||||
await discord.utils.get(self.bot.get_all_channels(), guild_name=guild, name=channel).send(message)
|
||||
await ctx.message.add_reaction('\N{WHITE HEAVY CHECK MARK}')
|
||||
|
||||
@send.command(name='user', aliases=['u', 'member', 'm'])
|
||||
|
|
Loading…
Reference in a new issue