See below when someone tried to add their own birthday three times:
[2023-03-12 18:02:30] [ERROR] red: Exception in command 'birthday self set'
Traceback (most recent call last):
File "/home/ubuntu/github/renchan/lib/python3.9/site-packages/discord/ext/commands/core.py", line 229, in wrapped
ret = await coro(*args, **kwargs)
File "/home/ubuntu/github/renchan/Ren/cogs/birthday/birthday.py", line 624, in setSelfBirthday
await mainFlow(ctx.author.dm_channel, carefree=True)
File "/home/ubuntu/github/renchan/Ren/cogs/birthday/birthday.py", line 561, in mainFlow
await channel.send(
AttributeError: 'NoneType' object has no attribute 'send'
[2023-03-12 18:02:43] [ERROR] red: Exception in command 'birthday self set'
Traceback (most recent call last):
File "/home/ubuntu/github/renchan/lib/python3.9/site-packages/discord/ext/commands/core.py", line 229, in wrapped
ret = await coro(*args, **kwargs)
File "/home/ubuntu/github/renchan/Ren/cogs/birthday/birthday.py", line 624, in setSelfBirthday
await mainFlow(ctx.author.dm_channel, carefree=True)
File "/home/ubuntu/github/renchan/Ren/cogs/birthday/birthday.py", line 561, in mainFlow
await channel.send(
AttributeError: 'NoneType' object has no attribute 'send'
[2023-03-12 18:03:22] [ERROR] red: Exception in command 'birthday self set'
Traceback (most recent call last):
File "/home/ubuntu/github/renchan/lib/python3.9/site-packages/discord/ext/commands/core.py", line 229, in wrapped
ret = await coro(*args, **kwargs)
File "/home/ubuntu/github/renchan/Ren/cogs/birthday/birthday.py", line 624, in setSelfBirthday
await mainFlow(ctx.author.dm_channel, carefree=True)
File "/home/ubuntu/github/renchan/Ren/cogs/birthday/birthday.py", line 561, in mainFlow
await channel.send(
AttributeError: 'NoneType' object has no attribute 'send'
See below when someone tried to add their own birthday three times: