Updated info command
This commit is contained in:
		| @@ -60,7 +60,7 @@ class InfoCommand(DiscordCommandABC): | ||||
|         embed.add_field(name=self._t.transform('modules.base.info.fields.deleted_message_count'), value=client.deleted_message_count, inline=False) | ||||
|         embed.add_field(name=self._t.transform('modules.base.info.fields.received_command_count'), value=client.received_command_count) | ||||
|         embed.add_field(name=self._t.transform('modules.base.info.fields.moved_users_count'), value=client.moved_users_count) | ||||
|         modules = ['Base', 'BootLog', 'Database', 'Permission'] | ||||
|         modules = ['Admin', 'Base', 'BootLog', 'Database', 'Moderator', 'Permission'] | ||||
|         embed.add_field(name=self._t.transform('modules.base.info.fields.modules'), value='\n'.join(modules), inline=False) | ||||
|  | ||||
|         await self._message_service.send_ctx_msg(ctx, embed, wait_before_delete=wait) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user