Skip to content

HypeSquadHouse #680

Answered by Sitois
Sitois asked this question in Help
Discussion options

You must be logged in to vote

oh

    @commands.command()
    async def hype(self, ctx):
        if ctx.message.content == "balance":
            await self.bot.user.edit(house=discord.HypeSquadHouse.balance)
            await ctx.message.edit(f"🪄 HypeSquad changed to '{ctx.message.content.split()[1]}'")
            await asyncio.sleep(15)
            await ctx.message.delete()
        elif ctx.message.content == "bravery":
            await self.bot.user.edit(house=discord.HypeSquadHouse.bravery)
            await ctx.message.edit(f"🪄 HypeSquad CHANGED TO '{ctx.message.content.split()[1]}'")
            await asyncio.sleep(config_selfbot.deltime)
            await ctx.message.delete()
        elif ctx.message.content == 

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Sitois
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant