Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natsukagami/amabot
A simple Discord bot for hosting AMAs.
https://github.com/natsukagami/amabot
Last synced: about 2 months ago
JSON representation
A simple Discord bot for hosting AMAs.
- Host: GitHub
- URL: https://github.com/natsukagami/amabot
- Owner: natsukagami
- Created: 2020-04-28T19:53:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T14:50:09.000Z (over 4 years ago)
- Last Synced: 2024-06-19T15:05:26.247Z (7 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AMA Bot
A Discord bot made specifically for hosting a single AMA.
## How to use
1. Prepare the two environment variables:
- The owner's Discord user ID as `OWNER`.
- The bot's Discord token as `TOKEN`.2. Run the bot with
```bash
go run cmd/bot/main.go
```3. DM the bot:
```
ama!init [server ID] [ask channel] [main channel]
```4. Follow the bot's instructions.