diff --git a/dist/ba_root/mods/features/discord_bot.py b/dist/ba_root/mods/features/discord_bot.py index f278fea..9788bb4 100644 --- a/dist/ba_root/mods/features/discord_bot.py +++ b/dist/ba_root/mods/features/discord_bot.py @@ -694,7 +694,7 @@ async def on_message(message): await message.channel.send(f">>> ## __(To find out server code type {prefix}sc) __\n:arrow_right:**__MUTE AND UNMUTE COMMANDz:__**\n:arrow_right:`{prefix}bsmute (pbid) (time in minutes) (reason no space)` - To mute a player in all servers.\n:arrow_right:`{prefix}bsunmute (pbid)` - To unmute a player from all servers.\n:arrow_right:`{prefix}(server-code)mute (pbid) (time in minutes) (reason no space)` - To mute a player in a specific server.\n:arrow_right:`{prefix}(server-code)unmute (pbid)` - To unmute a player from a specific server. ") elif m[0] == 'createrole': - await message.channel.send(f">>> ## __(To find out server code type {prefix}sc) __\n:arrow_right:**__CREATE & REMOVE ROLE AND CHANGE ROLE TAG COMMANDz:__**\n:arrow_right:`{prefix}cr (role) (tag)` - To create a role and add roles tag in all servers.\n:arrow_right:`{prefix}rr (role) ` - To remove a role from all servers.\n:arrow_right:`{prefix}(server-code)cr (role) (tag)` - To create a role and add roles tag in a specific server.\n:arrow_right:`{prefix}(server-code)rr (role)` - To remove a role from a specific server.\n:arrow_right:`{prefix}crt (role) (tag)` - To change roles tag in all servers.\n:arrow_right:`{prefix}(server-code)crt (role) (tag)` - To change roles tag in a specific server. ") + await message.channel.send(f">>> ## __(To find out server code type {prefix}sc) __\n:arrow_right:**__CREATE & REMOVE ROLE AND CHANGE ROLE TAG COMMANDz:__**\n:arrow_right:`{prefix}cr (role) (tag)` - To create a role and add roles tag in all servers.\n:arrow_right:`{prefix}rr (role) ` - To remove a role from all servers.\n:arrow_right:`{prefix}(server-code)cr (role) (tag)` - To create a role and add roles tag in a specific server.\n:arrow_right:`{prefix}(server-code)rr (role)` - To remove a role from a specific server.\n:arrow_right:`{prefix}crtag (role) (tag)` - To change roles tag in all servers.\n:arrow_right:`{prefix}(server-code)crtag (role) (tag)` - To change roles tag in a specific server. ") elif m[0] == 'addroles': await message.channel.send(f">>> ## __(To find out server code type {prefix}sc) __\n:arrow_right:**__ADDROLES COMMANDz:__**\n:arrow_right:`{prefix}addrole (role) (pbid)` - To add any role to a player in all servers.\n:arrow_right:`{prefix}removerole (role) (pbid)` - To remove any role from a player in all servers.\n:arrow_right:`{prefix}(server-code)addrole (role) (pbid)` - To add any role to a player in a specific server.\n:arrow_right:`{prefix}(server-code)removerole (role) (pbid)` - To remove any role from a player in a specific server. ")