def status(self, message): status = message.clean_content[len('!status'):].strip() await self.bot.change_status(Game(name=status))