We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
github
source_link
bot.toml
1 parent 2426a45 commit 55f20a2Copy full SHA for 55f20a2
src/bot.toml
@@ -16,13 +16,14 @@ run_command_linux = "../venv/bin/python bot.py"
16
# These values are optional but useful metadata for helper programs
17
[details]
18
# Short description of the bot
19
-description = """This is a multi-line description
+description = """
20
+This is a multi-line description
21
of the official python example bot
22
"""
23
# Fun fact about the bot
24
fun_fact = "Made possible by RLBot v5"
25
# Link to github repository
-github = "https://github.com/RLBot/core"
26
+source_link = "https://github.com/RLBot/core"
27
# Name of the bot's creator/developer
28
developer = "The RLBot community"
29
# Programming language
0 commit comments