Skip to content

christophernarciso/OSBot-Discord-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

npm install discord.js or npm install with my package.json

Please add your token in the root directory .env file. Simply create a file called 'options.env' then:

TOKEN=YOUR TOKEN HERE

When you have these dependencies installed simply run:

node bot.js

Data Structure

This bot uses the Trie data structure in javascript written by https://github.com/joshjung/trie-search/blob/master/README.md

Using JSON data I provide commands to search for specific keywords that then is displayed to the user.

Examples

About

Discord bot written in Javascript using the trie data structure to search for results and more!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published