Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord-Bot

Use the below queries to first create the db structure

Create schema test_schema;

CREATE TABLE test_schema.bot_query ( id INT NOT NULL AUTO_INCREMENT, query VARCHAR(256) NOT NULL, PRIMARY KEY (id), UNIQUE INDEX query_UNIQUE (query ASC));

Use the command 'yarn start' in root directory to initiate the bot.

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages