Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 635 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 635 Bytes

violet open source

an image of violet, what a cutie!

violet is a simple discord bot that people new to making discord bots can use to build upon. violet contains some basic and useful code examples.

installation

violet runs on node and uses npm and the discord.io library. Don't forget to do the correct installs npm i

setup

Most of the code is functional, however you must add your own bot token to auth.js and enter some ids in the code.

running the bot

you can run the bot by running index.js with node node index.js