Skip to content

Commit 4dc8ff8

Browse files
author
Ferry Schoenmakers
committed
Add furstappen bot
1 parent d6b2fa0 commit 4dc8ff8

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@
4343
[submodule "racer/bots/matthijsfh"]
4444
path = racer/bots/matthijsfh
4545
url = git@github.com:matthijsfh/nobleo_racer.git
46+
[submodule "racer/bots/ferry"]
47+
path = racer/bots/ferry
48+
url = https://github.com/MCFurry/furstappen.git

racer/bots/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from .rein.bot import ReinzorBot
1414
from .jerrel import DK
1515
from .matthijsfh import MatthijsRacer
16+
from .ferry import FurStappen
1617

1718
all_bots = [
1819
KeyboardBot,
@@ -30,4 +31,5 @@
3031
ReinzorBot,
3132
DK,
3233
MatthijsRacer,
34+
FurStappen,
3335
]

racer/bots/ferry

Submodule ferry added at 585aad5

0 commit comments

Comments
 (0)