diff options
| author | Fuwn <[email protected]> | 2021-07-05 20:39:35 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-05 20:39:35 -0700 |
| commit | f108736bebae3dee42c0526e6a6d860455c422ae (patch) | |
| tree | 85de064e4a8955797168f05bf8eba5143add6989 /config.example.yml | |
| parent | docs(utilities): add stackoverflow link to signal handler (diff) | |
| download | munch-f108736bebae3dee42c0526e6a6d860455c422ae.tar.xz munch-f108736bebae3dee42c0526e6a6d860455c422ae.zip | |
feat(discord): rewrite in discordgo and migrate to application commands
Diffstat (limited to 'config.example.yml')
| -rw-r--r-- | config.example.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config.example.yml b/config.example.yml index c8b2831..dafa248 100644 --- a/config.example.yml +++ b/config.example.yml @@ -12,5 +12,9 @@ worlds: discord: enable: true - token: SoMetOKen22 + + account: + token: SoMetOKen22 + app_id: 861756414082678794 + prefix: m~ |