micro/agent/input/discord
Dmitry Kozlov 52861310b0
fix HTTP 401 Unauthorized, {"message": "401: Unauthorized", "code": 0} (#1586)
fix file=bot.go:426 level=error service=bot error starting bot HTTP 401 Unauthorized, {"message": "401: Unauthorized", "code": 0}
see https://github.com/bwmarrin/discordgo#usage
2020-04-28 13:06:01 +01:00
..
conn.go minimize allocations in logger and tunnel code (#1323) 2020-03-11 17:55:39 +00:00
discord.go fix HTTP 401 Unauthorized, {"message": "401: Unauthorized", "code": 0} (#1586) 2020-04-28 13:06:01 +01:00
README.md Add agent => bot 2019-05-31 00:18:41 +01:00

Discord input for micro-bot

Discord support for micro bot based on discordgo.

This was originally written by Aleksandr Tihomirov (@zet4) and can be found at https://github.com/zet4/micro-misc/.

Options

discord_token

You have to supply an application token via --discord_token.

Head over to Discord's developer introduction to learn how to create applications and how the API works.

discord_prefix

Set a command prefix with --discord_prefix. The default prefix is Micro . You can mention the bot or use the prefix to run a command.

discord_whitelist

Pass a list of comma-separated user IDs with --discord_whitelist. Only allow these users to use the bot.