Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayo56/leonie
Bot discord
https://github.com/mayo56/leonie
bot discord discord-bot discord-js
Last synced: about 2 months ago
JSON representation
Bot discord
- Host: GitHub
- URL: https://github.com/mayo56/leonie
- Owner: mayo56
- Created: 2022-02-28T17:59:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T21:46:34.000Z (almost 3 years ago)
- Last Synced: 2024-10-27T12:08:30.054Z (3 months ago)
- Topics: bot, discord, discord-bot, discord-js
- Language: TypeScript
- Homepage:
- Size: 13.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leonie
Bienvenue sur la documentation de Léonie.
> Le bot est construit avec __TypeScript__ pour __Discord.js__.Dans `./scr/config.json`, ajoutes ton token dans `"token"`, ainsi que ton id de profil Discord dans `"OwnerId"` et enfin ton préfix de bot dans `"prefix"`.
```json
{
"token": "Ton_Token",
"prefix": "prefix",
"OwnerId": "ton_id_de_profile"
}
```