Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leo10gama/l30gamma
A Discord bot that does a few relatively simple tasks (for now!)
https://github.com/leo10gama/l30gamma
Last synced: 23 days ago
JSON representation
A Discord bot that does a few relatively simple tasks (for now!)
- Host: GitHub
- URL: https://github.com/leo10gama/l30gamma
- Owner: Leo10Gama
- Created: 2020-03-30T23:09:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T21:51:41.000Z (6 months ago)
- Last Synced: 2024-10-28T20:11:25.829Z (2 months ago)
- Language: JavaScript
- Size: 11.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# L30Gamma
A Discord bot that does a few relatively simple tasks (for now!)The bot operated by way of a token, which is hidden in a `.env` file so that only I can upload code to the bot.
When the bot is on a Discord server, you can communicate with it by entering "g." followed by a command.
The current list of working commands can be seen by entering "g.help", but the list is growing as I continue working on new functions.
At the moment, commands are case insensitive and separated by a single spacebar (though some commands may also work with multiple spaces).
The bot makes use of a few different APIs for some commands, those being `weather.js` and `PokeAPI`.For now, I don't have a dedicated server to hold the bot, so it can only ever be online when the `bot.js` file is run.