https://github.com/unknown-gd/the_spaceman
Small and simple discord bot for managing voice channels on your discord server.
https://github.com/unknown-gd/the_spaceman
Last synced: 12 months ago
JSON representation
Small and simple discord bot for managing voice channels on your discord server.
- Host: GitHub
- URL: https://github.com/unknown-gd/the_spaceman
- Owner: unknown-gd
- Created: 2024-04-21T10:45:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T07:43:48.000Z (over 2 years ago)
- Last Synced: 2025-03-05T02:35:29.914Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Spaceman
Small and simple discord bot for managing voice channels on your discord server.
This is my first golang project, so yeahh, it can be a bit of a mess. I'll try to tidy it up later.
## Flags
- `-t`: Discord bot token, you know, you'll have to [create a new app](https://discord.com/developers/applications), get a bot token and enter it here.
- `-rp`: Room name pattern, by default is "%s's Room" where `%s` is the global username ( "My Cool Name" )
- `-c`: List of allowed channels separated by a single space ("channelID1 channelID2 channelID3"), these are the channels you need to join for the bot to create a new channel for you.