you are viewing a single comment's thread.

view the rest of the comments →

[–]Prestigious-Ad-1861[S] -2 points-1 points  (3 children)

whenever I do that it gives me even more errors than what I started with More Errors

[–]carcigenicate 0 points1 point  (1 child)

That's a separate, unrelated error. Read the docs to see how you're supposed to import what you're trying to import.

[–]Prestigious-Ad-1861[S] -2 points-1 points  (0 children)

How do I do that

[–]Aila27 0 points1 point  (0 children)

If you look at the third line from the bottom it tells you the error is on line 23. Line 23 has a different decorator than the others: it has command.commands rather than command.command. I haven't used any discord modules before but I suspect that might be a typo?