Skip to content

anape03/Dictio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dictio

A simple dictionary discord bot that uses discord.py and WiktionaryParser

Configuration file

In order to run the bot, create a config.json file like so:

{
    "token": "your-token-here",
    "prefix": "d?"
}

Requirements

discord.py==1.7.3
wiktionaryparser==0.0.97 textblob==0.17.1