https://github.com/sheweny/sheweny-bot
A bot using sheweny framework for official discord server
https://github.com/sheweny/sheweny-bot
bot discord discord-bot discord-js example sheweny template
Last synced: about 1 month ago
JSON representation
A bot using sheweny framework for official discord server
- Host: GitHub
- URL: https://github.com/sheweny/sheweny-bot
- Owner: Sheweny
- License: mit
- Created: 2021-08-25T13:59:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T02:01:40.000Z (over 1 year ago)
- Last Synced: 2025-01-26T01:24:19.870Z (3 months ago)
- Topics: bot, discord, discord-bot, discord-js, example, sheweny, template
- Language: TypeScript
- Homepage:
- Size: 232 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sheweny bot
This bot use Sheweny 4.

[](https://github.com/Sheweny/sheweny-bot)
[](http://commonmark.org)
[](https://github.com/Sheweny/master/LICENSE)
[](https://github.com/Sheweny/sheweny-bot/tags/)
[](http://makeapullrequest.com)A bot using sheweny framework for official discord server.
## How to install
1. Clone the repo
2. Install the dependencies: `npm install`
3. Change constants in `src/utils/Constants`
4. Add `.env` file with BOT_TOKEN variable inside
5. Compile typescript : `npm run build`
6. Start the bot: `npm run start`## Contributions/Licence
This project has an MIT license. And you are welcome to contribute.
## Need help
If you have question or need help, open issue or join the [support server](https://discord.gg/qgd85nEf5a).