We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b2fa0 commit 4dc8ff8Copy full SHA for 4dc8ff8
.gitmodules
@@ -43,3 +43,6 @@
43
[submodule "racer/bots/matthijsfh"]
44
path = racer/bots/matthijsfh
45
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
@@ -13,6 +13,7 @@
13
from .rein.bot import ReinzorBot
14
from .jerrel import DK
15
from .matthijsfh import MatthijsRacer
16
+from .ferry import FurStappen
17
18
all_bots = [
19
KeyboardBot,
@@ -30,4 +31,5 @@
30
31
ReinzorBot,
32
DK,
33
MatthijsRacer,
34
+ FurStappen,
35
]
racer/bots/ferry
0 commit comments