Need help with the code here

hey aalternate575,

please take the time and write your formatted code in your forum post. It is often difficult to decipher things in images.

To your problem:

I guess you used the example from discordpy

https://discordpy.readthedocs.io/en/stable/quickstart.html

While copying, you made one mistake, startswith('h$hello') should be startswith('$hello').

best
Dennis

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.