Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galvinpython/statsbot100
My Discord bot for my server
https://github.com/galvinpython/statsbot100
discord discord-bot discord-js discordjs
Last synced: 1 day ago
JSON representation
My Discord bot for my server
- Host: GitHub
- URL: https://github.com/galvinpython/statsbot100
- Owner: GalvinPython
- License: mit
- Created: 2023-08-28T15:02:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T12:58:49.000Z (about 1 year ago)
- Last Synced: 2024-11-13T00:15:53.083Z (2 months ago)
- Topics: discord, discord-bot, discord-js, discordjs
- Language: TypeScript
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StatsBot100
A Discord bot designed for my server. Currently a work-in-progress.# Commands
| Command | Description | Implemented |
|---|---|---|
| ping | Check the roundtime latency of the bot | ✅ |
| say | Echo a message as the bot | ✅ |
| info | Replies with info about the bot | ✅ |
| purge | Mass delete messages | ❌ **(WIP)**|# Changelog
## 0.1 (28/08/2023)
- Initial commit; Just a couple of basic commands
### 0.1.1 (28/08/2023)
- Started Typescript rewrite. `index.js` is now `index.ts`
### 0.1.2 (29/08/2023)
- Integrated `deploy-commands.js` into `client.ts`
- Added **/info** command - responds with information about the bot
- Added embed option to **/say**
### 0.1.3 (29/08/2023)
- Improved embeds
- Added more information to **/info**
- Modified imports in `index.ts`