edit message doesnt work discordpy (nextcord)
Solution 1:
-
you should not use this weird "if != else" structure. Use elif or Structural Pattern Matching.
-
funHelp is not a global variable therefore .edit is called to a NoneType
-
to accomplish what you are trying try .history or buttons