Skip to content

Commit 55f20a2

Browse files
committed
Rename github -> source_link in bot.toml
1 parent 2426a45 commit 55f20a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/bot.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ run_command_linux = "../venv/bin/python bot.py"
1616
# These values are optional but useful metadata for helper programs
1717
[details]
1818
# Short description of the bot
19-
description = """This is a multi-line description
19+
description = """
20+
This is a multi-line description
2021
of the official python example bot
2122
"""
2223
# Fun fact about the bot
2324
fun_fact = "Made possible by RLBot v5"
2425
# Link to github repository
25-
github = "https://github.com/RLBot/core"
26+
source_link = "https://github.com/RLBot/core"
2627
# Name of the bot's creator/developer
2728
developer = "The RLBot community"
2829
# Programming language

0 commit comments

Comments
 (0)