generated from nicebots-xyz/botkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.yaml
45 lines (42 loc) · 1.22 KB
/
config.example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Copyright (c) NiceBots.xyz
# SPDX-License-Identifier: MIT
#file: noinspection SpellCheckingInspection
extensions:
topgg: # If your discord bot is on top.gg, you can enable this extension to post your stats (server count, shard count, etc.) on top.gg automatically.
enabled: false
token: "top.gg token here" # https://docs.top.gg/docs/API/@reference/#authentication
ping:
enabled: true
branding:
enabled: true
embed:
footer:
value: "By nicebots.xyz"
time: true # Include the current time in the footer
tz: "Europe/Zurich"
author: "Cool Bot"
author_url: https://picsum.photos/512
color: "#ffffff"
status:
playing:
- "with stuff"
- "with things"
listening:
- "to music"
- "to the radio"
watching:
- "a movie"
- "a show"
- "/help"
- "for commands"
streaming:
- "on Twitch"
- "on YouTube"
every: 300 # 300 seconds = 5 minutes
bot:
token: "bot token here" # Your bot token
logging:
level: "INFO" # The logging level. Possible values: DEBUG, INFO, WARNING, ERROR, CRITICAL
use:
bot: true # Whether to run the bot
backend: false # Whether to run the backend