diff --git a/cogs/ticket.py b/cogs/ticket.py index a859aa3..7265567 100644 --- a/cogs/ticket.py +++ b/cogs/ticket.py @@ -12,8 +12,6 @@ async def before_ready(self): self.bot.add_view(CreateButton()) self.bot.add_view(CloseButton()) self.bot.add_view(TrashButton()) - await self.bot.change_presence(activity=discord.Activity(type = discord.ActivityType.listening, name = "Doghouse Game's Heart 😳")) - print(f"Logged in as: {self.bot.user.name}") @commands.command(name="ticket") @commands.has_permissions(administrator=True) @@ -27,4 +25,4 @@ async def ticket(self, ctx): ) async def setup(bot): - await bot.add_cog(TicketCog(bot)) \ No newline at end of file + await bot.add_cog(TicketCog(bot))