renamed a fnuction

This commit is contained in:
phixxy 2024-02-02 22:58:29 -08:00
parent d1da27dff4
commit e23746ede6

View file

@ -90,7 +90,7 @@ class InkyScreen(commands.Cog):
await ctx.send("You do not have permission to use this command.")
@tasks.loop(minutes=10)
async def generate_message(self):
async def message_loop(self):
if self.enabled:
message = await self.generate_message()
await self.write_to_display(message)