A Discord bot for welcoming and moderation
Find a file
2023-09-04 15:42:32 -06:00
lists Can add remove and list words from lists 2023-09-04 15:38:04 -06:00
node_modules added stuff to arrays 2023-09-04 00:59:28 -06:00
.gitignore test commit 2022-01-09 03:08:52 +00:00
eng.traineddata added stuff to arrays 2023-09-04 00:59:28 -06:00
index.js Can add remove and list words from lists 2023-09-04 15:38:04 -06:00
LICENSE Added readme and licence 2022-01-08 21:45:00 +00:00
package-lock.json added stuff to arrays 2023-09-04 00:59:28 -06:00
package.json added stuff to arrays 2023-09-04 00:59:28 -06:00
README.md Updated README with updated information 2023-09-04 15:42:32 -06:00

Brown-Town

A Discord welcome and moderation bot

The current feature list follows:

Features

Note that Brown Town is still early in development. Things are bound to change.

  • Send a welcome message when someone joins your Discord guild
  • Set a custom status for the bot
  • Naughty word filter
  • 3 lists that can be added to and removed from in real-time (badwords, potential-badwords, and whitelist)

Planned Features

  • Add an option to send a DM to new guild members
  • More to come

Using the bot in your server

Currently, I don't host the bot publicly for people to use however, you can host it yourself. To do that, simply create a new file named .env and add CLIENT_TOKEN='YOUR-BOT-TOKEN' as text in the file replacing YOUR-BOT-TOKEN with the token of your bot you created in the Discord developer portal. If you don't know how to create a bot in the Discord developer portal you can look it up, there are many guides. Next, you need to edit index.js, find the line that says const channelId and then change the ID there to your channel ID. Now simply run node index.js and then you're done.