Moving
This commit is contained in:
@@ -148,11 +148,11 @@ class General(commands.Cog):
|
||||
|
||||
embed.add_field(
|
||||
name='Prefix',
|
||||
value=
|
||||
f'The current prefix for this server is {self.bot.command_prefix}',
|
||||
value=f'The current prefix for this server is {self.bot.command_prefix}',
|
||||
inline=True)
|
||||
|
||||
await inter.response.send_message(embed=embed)
|
||||
logging.info(f'server prefix {self.bot.command_prefix}')
|
||||
await inter.response.send_message(embed=embed, ephemeral=True)
|
||||
|
||||
|
||||
def setup(bot): # an extension must have a setup function
|
||||
|
||||
Reference in New Issue
Block a user