Faye is a Discord bot made for Autumn's Galaxy that's designed as a personal assistant to the members and moderators! Faye is an all-in-one Discord bot that can do anything from creating role menus, to timing out users, to playing a game of Wordle in Discord! And the best part? Its creator doesn't support NFTs!
After changing role IDs and such in the /config
folder, you should be able to just run npm start
/yarn start
and get going!
At time of writing, Faye uses NeDB Revived for its Wordle feature. A database file is used for leaderboard purposes. You can make one in /database/wordle_leaderboards.db
.
A database file is also used for the leveling system. Same folder, different file name: /database/levels.db
Unfortunately, no. Faye is built from the ground up to only be used with one specific server. However, the code is here, so you can edit the code to your liking and host your own instance of Faye!
Nope, in fact, Faye has files making it all ready to go with Heroku! You can deploy it instantly!
- Discord.js v13+, older versions will not work.
- Node.JS v16+, older versions have not been tested
After you've got all that, just run yarn
/npm isntall
!