califyn / time-cord

A Python library for Discord time management tools
MIT License
0 stars 5 forks source link

Check channel name after server name has been checked to avoid illegal pairs #21

Open califyn opened 3 years ago

califyn commented 3 years ago

Sometimes, in the time between getting channel name and server name, the user will switch the server, causing the pair to be something like (channel_in_server_1, server_2). Avoid this by quickly checking after the server name is obtained that the channel name is the same as before.