Can someone help me understand why the function "wordf" gives a "Ignoring exception in command None: discord.ext.commands.errors.CommandNotFound:" #5988
Unanswered
DevonDekhran
asked this question in
Q&A
Replies: 3 comments
-
Someone? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm assuming you are running the command |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
import discord
from discord.ext import commands
from discord.ext.commands import Bot
import json
import difflib
from difflib import get_close_matches
@bot.command()
async def wordf(ctx, word):
await ctx.send(getTheWord(word))
bot.run('')
Beta Was this translation helpful? Give feedback.
All reactions