Im not sure if im doing this wrong or not but im having to wait quite a while for the command to show up
@slash_command(name="somename", description="somediscription", guild_ids=[id])
async def verify(self, interaction:Interaction):
pass
(this is my first stackoverflow post so im sorry if i dont do it entirely right)