imoudu13 / GuildTalk

0 stars 0 forks source link

Refactor channel function #108

Open imoudu13 opened 5 months ago

imoudu13 commented 5 months ago

as it stands all the code for the operation of the channel page is in one function in the app.py file in a bunch of if statements. modify the code such that there are seperate functions that handle different actions that might occur in the channel page. it would look something like the profile function and update function in the app.py file