I\'ve been interested in working with discord bots lately, and from what I\'m seeing this code should work but it is not... I\'m simply just playing around with the API beca
You forgot the brackets for the decorators.
@client.event
should be
@client.event()
EDIT: Not it, apparently. Will update this answer when OP replies with more information.