Skip to content

sunilsy08/Discord-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors