Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chfuchte/april-flobot
A Typescript Bot with some fun commands
https://github.com/chfuchte/april-flobot
discord-bot discord-js typescript
Last synced: about 5 hours ago
JSON representation
A Typescript Bot with some fun commands
- Host: GitHub
- URL: https://github.com/chfuchte/april-flobot
- Owner: chfuchte
- Created: 2023-02-23T16:45:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-12T16:34:07.000Z (8 months ago)
- Last Synced: 2024-05-18T14:49:26.389Z (6 months ago)
- Topics: discord-bot, discord-js, typescript
- Language: TypeScript
- Homepage:
- Size: 2.09 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# April-Fools-Version of [FloBot](https://github.com/Mickhat/FloBot)
A version of a Discord-Moderation-Bot in Typescript build to prank the members of the Server
## Development
To setup your bot, you have to copy the `env.example` to `.env` and set your TOKENs and IDs:
```INI
BOT_TOKEN=YOURTOKEN
APPLICATION_ID=YOUR_APPLICATION_ID
TOGGLE_ROLES=
DB_PATH=
REPORT_CHANNEL_ID=
TICKET_SUPPORTER=
APRIL=
```You can also configure the logging behavior in `logging.json`.
You schould also change the JSON in the `startApril.ts` and `stopApril.ts`## npm commands
The bot is tested with Node Version 18.x
```bash
npm run start # this starts the bot as in production
```