#botchannel

1 messages · Page 89 of 1

brittle walrus
#

I AM 15

proud obsidian
#

Ahahaha.

#

Sorry I'm stuck in the past.

brittle walrus
#

lel np

delicate zodiac
#

I am caused because my parent forgot to \

proud obsidian
#

I sometimes have to stop and think about my own age when people ask me. mmlol

brittle walrus
#

"am I 10"

proud obsidian
#

No it's just a constant dilemma between 18, 19 and 20. IDK MAN STOP ASKING ME QUESTIONS.

delicate zodiac
#

evalin

import requests

main arrowBOT
#
Traceback (most recent call last):
  File "/tmp/execpad-a7bf38607b62/source-a7bf38607b62", line 1, in \<module>
    import requests
ImportError: No module named 'requests'

delicate zodiac
#

Can I use pip

brittle walrus
#

mm

proud obsidian
#

Nope.

#

eval.in is the site we use for this.

delicate zodiac
#

:'(

proud obsidian
#

Anyway, back to science.

delicate zodiac
#

help evalin

main arrowBOT
#
evalin <code>

Compiles code via eval.in.
You have to pass in a code block with the language syntax
either set to one of these:

  • python | py
  • cpp
  • c
  • fortran
  • haskell
  • pascal
delicate zodiac
#

Where java

#

Oh what this is programming languages

proud obsidian
#

We haven't added it to the bot. Would be possible though.

delicate zodiac
#

Not garbage collector machine

brittle walrus
#

evalin

print(' "i don't know how to do this" ')
main arrowBOT
#
  File "/tmp/execpad-8d97cdd1ec81/source-8d97cdd1ec81", line 1
    print(' "i don't know how to do this" ')
                   ^
SyntaxError: invalid syntax

brittle walrus
#

mmmm

delicate zodiac
#

get it... Cause like, garbage collection

proud obsidian
#

Oh apparently it wouldn't. The site we're using doesn't support Java.

delicate zodiac
#

Ha...ha...ha

proud obsidian
#

Anyway Flops.

#

There's another method we haven't mentioned.

brittle walrus
#

👀

#

this is fascinating

#

wot

proud obsidian
#

evalin

print("we've said that something like this works if you need ' ' ' ' ' in a string")
print('just use " to mark the string and you can use single quotes in it')
main arrowBOT
#
we've said that something like this works if you need ' ' ' ' ' in a string
just use " to mark the string and you can use single quotes in it

delicate zodiac
#

evalin

#include<stdio.h>
int main(){printf("c > java");return 0;}
main arrowBOT
#
/tmp/execpad-f52fb7739fac/source-f52fb7739fac:1:16: fatal error: stdio: No such file or directory
 #include\<stdio>
                ^
compilation terminated.

proud obsidian
#

stdio.h

#

But there's also a memeier way.

delicate zodiac
#

evalin

#include<stdio.h>
int main(){printf("c > java");return 0;}
main arrowBOT
#
c > java
delicate zodiac
#

Yes botty knows

proud obsidian
#

evalin

print('hey i\'m a meme')
main arrowBOT
#
hey i'm a meme

proud obsidian
#

As you see, I used single quotes there and I was still able to output a single quote in my message, because I used the backslash.

delicate zodiac
#

evalin

print('python is so good')
main arrowBOT
#
python is so good

proud obsidian
#

The backslash essentially tells python "hey memelord, this ' isn't ending my string, it's just a normal quote so please see it as one, don't meme me up ok"?

brittle walrus
#

evalin

print('flops says: "hey i\m someone"')
main arrowBOT
#
flops says: "hey i\\m someone"

brittle walrus
#

mm

#

lol

delicate zodiac
#

Wot

proud obsidian
#

Berry good but you forgot the '. mmlol

delicate zodiac
#

\

proud obsidian
#

'flops says: "hey i\'m someone"'

brittle walrus
#

oh lol

delicate zodiac
#

\\

#

\mylife

brittle walrus
#

evalin

print(flops says: "hey i\'m someone, and pls work this time ty')
main arrowBOT
#
  File "/tmp/execpad-4069b1dbb75b/source-4069b1dbb75b", line 1
    print(flops says: "hey i\\'m someone, and pls work this time ty')
                   ^
SyntaxError: invalid syntax

brittle walrus
#

REEEEE

#

oh

#

shit

delicate zodiac
#

evalin

int main(){return 1;}
main arrowBOT
#

❌ Bad argument: Unknown language to compile for: c++

brittle walrus
#

:<<<<

proud obsidian
#

Patience. You're berry close.

#

Know what the problem is?

delicate zodiac
#

evalin

int main(){return 1;}
main arrowBOT
#
Exited with error status 1
delicate zodiac
#

huehuehuehue

brittle walrus
#

evalin

print(flops says: "hey i\'m someone, and pls work this time ty" ')
main arrowBOT
#
  File "/tmp/execpad-98f9a7151861/source-98f9a7151861", line 1
    print(flops says: "hey i\\'m someone, and pls work this time ty" ')
                   ^
SyntaxError: invalid syntax

brittle walrus
#

oh it's not that

#

weird

proud obsidian
#

Let me reduce it to a part that fails.

brittle walrus
#

evalin

print(flops says: "hey i\'m someone, and pls work this time ty"')
main arrowBOT
#
  File "/tmp/execpad-4aab13a4e502/source-4aab13a4e502", line 1
    print(flops says: "hey i\\'m someone, and pls work this time ty"')
                   ^
SyntaxError: invalid syntax

brittle walrus
proud obsidian
#

evalin

print(flops says:)
main arrowBOT
#
  File "/tmp/execpad-92942aed1d1e/source-92942aed1d1e", line 1
    print(flops says:)
                   ^
SyntaxError: invalid syntax

proud obsidian
#

Why won't that work?

brittle walrus
#

ohhhhh

#

evalin

print(flops says\: "hey i\'m someone, and pls work this time ty" ')
main arrowBOT
#
  File "/tmp/execpad-373568e1138e/source-373568e1138e", line 1
    print(flops says\\: "hey i\\'m someone, and pls work this time ty" ')
                   ^
SyntaxError: invalid syntax

brittle walrus
#

no

#

it's not that

#

let's try something else

#

hm

proud obsidian
#

Nou, not the colon. Even

#

evalin

print(flops)
main arrowBOT
#
Traceback (most recent call last):
  File "/tmp/execpad-5d53f57dba9d/source-5d53f57dba9d", line 1, in \<module>
    print(flops)
NameError: name 'flops' is not defined

proud obsidian
#

Fails.

brittle walrus
#

evalin

print('flops says: "hey i\'m someone, and pls work this time ty" ')
main arrowBOT
#
flops says: "hey i'm someone, and pls work this time ty" 

brittle walrus
#

i want to die

proud obsidian
#

Aha!

brittle walrus
proud obsidian
#

This was pretty good.

#

Exercise: Add only backslashes to the right places to make that code work.

print("flops says: "hey i'm someone, and pls work this time ty"")
brittle walrus
#

evalin

print("flops says: "hey i\'m someone, and pls work this time ty"")
main arrowBOT
#
  File "/tmp/execpad-0dc286a17e82/source-0dc286a17e82", line 1
    print("flops says: "hey i\\'m someone, and pls work this time ty"")
                          ^
SyntaxError: invalid syntax

brittle walrus
#

ow

#

m

#

evalin

print('"flops says: "hey i\'m someone, and pls work this time ty""')
main arrowBOT
#
"flops says: "hey i'm someone, and pls work this time ty""

brittle walrus
delicate zodiac
#

evalin

 #include<stdlib.h>
#include<stdio.h>
int main(){
int num = rand() % 3 + 1;
if (num == 2) {printf("i love you");}
else {printf('everyone hates you");}
}
main arrowBOT
#
/tmp/execpad-2efc74a43d1b/source-2efc74a43d1b:6:14: warning: missing terminating ' character
 else {printf('everyone hates you");}
              ^
/tmp/execpad-2efc74a43d1b/source-2efc74a43d1b:6:1: error: missing terminating ' character
 else {printf('everyone hates you");}
 ^
/tmp/execpad-2efc74a43d1b/source-2efc74a43d1b: In function ‘int main()’:
/tmp/execpad-2efc74a43d1b/source-2efc74a43d1b:7:1: error: expected primary-expression before ‘}’ token
 }
 ^
/tmp/execpad-2efc74a43d1b/source-2efc74a43d1b:7:1: error: expected ‘}’ at end of input

delicate zodiac
#

evalin

 #include<stdlib.h>
#include<stdio.h>
int main(){
int num = rand() % 3 + 1;
if (num == 2) {printf("i love you");}
else {printf("everyone hates you");}
}
main arrowBOT
#
i love you
delicate zodiac
#

OH

#

WOW

#

@proud obsidian

#

Look random chance likes me

proud obsidian
#

Nice mang.

#

Anyway, Flops, you didn't quiite do what I asked for. You added quotes, but I said you're only allowed to add backslashes. 😅

#

evalin

print("flops says: "hey i'm someone, and pls work this time ty"")
main arrowBOT
#
  File "/tmp/execpad-435e2b245624/source-435e2b245624", line 1
    print("flops says: "hey i'm someone, and pls work this time ty"")
                          ^
SyntaxError: invalid syntax

delicate zodiac
#

coding is fun! - google

proud obsidian
#

Two properly placed backslashes will fix that error.

delicate zodiac
#

99.9% of code in this world is from there

brittle walrus
#

evalin

print(\"flops says: "hey i'm someone, and pls work this time ty""\)
main arrowBOT
#
  File "/tmp/execpad-6a424e7b3666/source-6a424e7b3666", line 1
    print(\\"flops says: "hey i'm someone, and pls work this time ty""\\)
                                                                      ^
SyntaxError: unexpected character after line continuation character

brittle walrus
#

dude

proud obsidian
#

Remember, \ means the quote following this is a normal one, it should not end the string.

#

As such, the first and the last one should never have \s, but all the ones inbetween should.

tender trellis
#

I don't know wha\t you \mean

proud obsidian
#

That's cos you're a dumb cow but dw just keep learning and one day you'll be a great programmer. ❤

tender trellis
#

❤️

main arrowBOT
#
  File "/tmp/execpad-4c1b33f30631/source-4c1b33f30631", line 1
    print("flops says: "hey i\\'m someone, and pls work this time ty"")
                          ^
SyntaxError: invalid syntax

main arrowBOT
#
Queued songs:
  1. FBI should be knocking on this door any minute now!
    Queued by: Großvater Lenin
    Duration: 0:00:03
  2. 10 Hours Big Enough Cowboy in FULL HD - Jimmy Barnes from Big Enough by Kirin J Callinan
    Queued by: LordKorea
    Duration: 10:00:00
  3. I put the Best Day Ever Over Even More Final Destination Scenes (Compilation)
    Queued by: Großvater Lenin
    Duration: 0:07:06
  4. The Entire Bee Movie Script Except its in Morse Code
    Queued by: LordKorea
    Duration: 7:25:58
  5. SpongeBOZZ - Yellow Bar Mitzvah (Prod. by Digital Drama)
    Queued by: Großvater Lenin
    Duration: 0:04:35
  6. ODD TV | Breakin' the Law | Truth Music ▶️️
    Queued by: Amigo!
    Duration: 0:03:36
  7. УЛЬТРАЗВУК ЧЕЛЛЕНДЖ!!!ПРОДЕРЖИСЬ 30 МИНУТ !!!
    Queued by: Prawdziwy
    Duration: 0:30:27
hallow radish
#

@pure harbor

#

get the gaming tag

pure harbor
#

!give gaming tag

hallow radish
#

get role gaming

#

!get role gaming

#

get role gaming

pure harbor
#

get role gaming

#

wth

hallow radish
#

getrole gaming

main arrowBOT
#

:x: You already have this role.

hallow radish
#

<<

pure harbor
#

getrole gaming

tender trellis
oak jackal
#

@tender trellis you're a thing

tender trellis
#

No u

oak jackal
#

Damn

twilit wyvern
#

t!cookie @oak jackal

upper hatchBOT
#
Cookie 🍪!

Katherine has given Anna🍌 a cookie!
Easy cookie, easy life.

oak jackal
#

Thanks 😄

#

t!cookie katze

upper hatchBOT
#
Cookie 🍪!

Anna🍌 has given Katherine a cookie!
Easy cookie, easy life.

twilit wyvern
#

❤️

tribal edge
#

daily

main arrowBOT
#

:atm: | You've received your daily dose of capitalism. 200€ were added to your account.

tribal edge
#

fish

main arrowBOT
#

:fishing_pole_and_fish: | You caught :nut_and_bolt:. 9€ got subtracted from your account.

tribal edge
#

yay

undone night
#

get role level a

#

get role beginner

#

🤔

#

help

main arrowBOT
#
Page 1/14 (40 commands)
Config Commands

Central configuration cog for the bot.

Support

For more help, join the official German server: https://discord.gg/german

config

Handles the actual server or channel permission configuration for the bot.

undone night
#

help getrole

main arrowBOT
#
[role|getrole|gr] [role]

Assigns a role to you from a list of available roles.
If you abuse this command, you will get blacklisted.

undone night
#

getrole beginner

main arrowBOT
#

❌ Bad argument: Role "beginner" not found.

undone night
#

getrole level a

#

yay

#

getrole gaming

white axle
#

getrole Level B

lilac raft
#

role Level B

main arrowBOT
#

:x: You already have a CEFR role. Remove it before you try assigning a different CEFR role.

lilac raft
#

getrole Level b

main arrowBOT
#

:x: You already have a CEFR role. Remove it before you try assigning a different CEFR role.

lilac raft
#

play

main arrowBOT
#

❌ Bad argument: query is a required argument that is missing.

lilac raft
#

help

main arrowBOT
#
Page 5/14 (40 commands)
Generic Commands

Generic commands used by basically every bot.

Support

For more help, join the official German server: https://discord.gg/german

charinfo <characters>

Show information about a number of characters.

danke

Gerne.

latex <latex>

Renders the specified LaTeX text.

cat

Responds with a random cat image.

dog

Responds with a random dog image.

help [command]

Shows help about a command or the bot

shootdog <member>

Shoot someone's dog.

urban <word>

Define a word using urban dictionary.

showcolour <colour>

Shows an image for the specified colour.

lilac raft
#

danke

main arrowBOT
#

Immer gerne, Amin.

twilit wyvern
#

t!cookie @oak jackal

upper hatchBOT
#
Cookie 🍪!

Katherine has given Anna🍌 a cookie!
What a tough cookie!

twilit wyvern
#

I wasn’t kidding.

#

Every day.

frosty yew
#

t!cookie @oak jackal

upper hatchBOT
#
Cookie 🍪!

Misla has given Anna🍌 a cookie!
Easy cookie, easy life.

oak jackal
#

t!cookie @final bone

upper hatchBOT
#
Cookie 🍪!

Anna🍌 has given Katze a cookie!
That's how the cookie crumbles!

frosty yew
#

rep @oak jackal

main arrowBOT
#

:up: | Misla has given @oak jackal a reputation point!

oak jackal
#

Thanks friends

twilit wyvern
#

❤️

frosty yew
#

daily @oak jackal

main arrowBOT
#

:atm: | You have given your daily income to @oak jackal. 215€ were added to their account.

oak jackal
#

<3

twilit wyvern
#

t!beautiful @oak jackal

upper hatchBOT
oak jackal
#

Aaahhh thank you

frosty yew
#

t!cookie @oak jackal

upper hatchBOT
#
Cookie 🍪!

Misla has given Anna🍌 a cookie!
Mmm...useless digital cookies.

copper cradle
#

t!cookie @old slate

upper hatchBOT
#
Cookie 🍪!

Seska has given Casca a cookie!
Mmm...useless digital cookies.

oak jackal
#

Thank you

upper hatchBOT
tender trellis
#

sub speakinglads

main arrowBOT
#

:x: You're already in this group.

kind obsidian
#

getrole c

main arrowBOT
#

❌ Bad argument: Role "c" not found.

kind obsidian
#

getrole Level C

surreal fable
#

!np

#

np

#

np

main arrowBOT
#

Now Playing: Let It Go - Sing Along - Song: DIE EISKÖNIGIN - VÖLLIG UNVERFROREN - Music: Frozen - Disney [-1 day, 23:55:45] requested by Teri#6825

surreal fable
#

skip

#

play show must go on

#

play queen hits

surreal fable
#

play indie rock alternative june 2018

worldly osprey
#

play blink-182 - Dumpweed

surreal fable
#

queue

main arrowBOT
#
Queued songs:
  1. Indie/Rock/Alternative Compilation - February 2018 (1½-Hour Playlist)
    Queued by: André
    Duration: 1:25:02
  2. Blink 182 - Dumpweed (With Lyrics!)
    Queued by: Roma
    Duration: 0:02:24
surreal fable
#

np

#

np

#

skip

main arrowBOT
#

André#0013 has skipped the song.

surreal fable
#

skip

main arrowBOT
#

André#0013 has skipped the song.

surreal fable
#

play kimi no na wa ost

tender trellis
surreal fable
#

np

#

play nandemonaiya mitsuha version

tender trellis
#

help

main arrowBOT
#
Page 9/14 (39 commands)
Music Commands
Support

For more help, join the official German server: https://discord.gg/german

play <query>

Add a song to the queue.

skip

Skip the current song.

current

Return information about the current song.

upnext

Show the queue.

surreal fable
#

np

surreal fable
#

queue

main arrowBOT
#
Queued songs:
  1. 너의 이름은(Kimino nawa) OST - 아무것도 아니야(Nande mo Nai ya) cover by Band GIFT
    Queued by: Teri
    Duration: 0:04:43
  2. CHiCOwithHoneyWorks - Sekai Wa Koi Ni Ochiteiru
    Queued by: Teri
    Duration: 0:05:12
  3. Nandemonaiya Mitsuha version (clear/glitch free)
    Queued by: André
    Duration: 0:05:45
  4. 'THX Intro' aka. Loudest sound known to man (EXTREME EARRAPE)
    Queued by: Feliciano (Lenin) Vargas
    Duration: 0:00:19
  5. Akame Ga Kill - Opening Theme 1
    Queued by: Feliciano (Lenin) Vargas
    Duration: 0:01:31
  6. One Hour of Gravity Falls' To Be Continued...
    Queued by: Feliciano (Lenin) Vargas
    Duration: 1:00:03
  7. My Top 5 Most Annoying Vocaloid Songs
    Queued by: Feliciano (Lenin) Vargas
    Duration: 0:02:33

Confused? React with ℹ for more info.

surreal fable
#

np

willow imp
#

getrole Level A

surreal fable
#

play ben folds the luckiest

scenic lintel
#
$$test
tender trellis
tender trellis
#

queue

main arrowBOT
#

:x: There's nothing in the queue.

tender trellis
#

np

#

skip

main arrowBOT
#

Skip vote added, currently at [2/6]

surreal fable
#

np

#

np

sacred plume
#

cat

main arrowBOT
kind obsidian
#

cat

main arrowBOT
#

Looks like their API is down...

kind obsidian
#

cat

main arrowBOT
kind obsidian
#

cat

main arrowBOT
#

Looks like their API is down...

kind obsidian
#

cat

main arrowBOT
#

Looks like their API is down...

kind obsidian
#

ok

frosty yew
#

evalin

a = 2
b = 3
print(a ** b b ** a)
main arrowBOT
#
  File "/tmp/execpad-348d6e81ec62/source-348d6e81ec62", line 3
    print(a \*\* b b \*\* a)
                 ^
SyntaxError: invalid syntax

frosty yew
#

evalin

a = 2
b = 3
print(a ** b, b ** a)
main arrowBOT
#
8 9

frosty yew
#

evalin

a = 2
b = 3
print("If im the best then" +(a**b) "is the answer")
main arrowBOT
#
  File "/tmp/execpad-388eb5225ab1/source-388eb5225ab1", line 3
    print("If im the best then" +(a\*\*b) "is the answer")
                                                      ^
SyntaxError: invalid syntax

frosty yew
#

evalin

a = 2
b = 3
print("If im the best then" (a**b) "is the answer")
main arrowBOT
#
  File "/tmp/execpad-cf965c204b0f/source-cf965c204b0f", line 3
    print("If im the best then" (a\*\*b) "is the answer")
                                                     ^
SyntaxError: invalid syntax

frosty yew
#

evalin

a = 2
b = 3
print("If im the best then" +int(a**b) "is the answer")
main arrowBOT
#
  File "/tmp/execpad-7a7846ac6d5d/source-7a7846ac6d5d", line 3
    print("If im the best then" +int(a\*\*b) "is the answer")
                                                         ^
SyntaxError: invalid syntax

frosty yew
#

orite

#

evalin

a = 2
b = 3
print("If im the best then" + str(a**b) "is the answer")
main arrowBOT
#
  File "/tmp/execpad-a0501919928d/source-a0501919928d", line 3
    print("If im the best then" + str(a\*\*b) "is the answer")
                                                          ^
SyntaxError: invalid syntax

frosty yew
#

evalin

a = 2
b = 3
print("If im the best then" + str(a**b) ("is the answer"))
main arrowBOT
#
Traceback (most recent call last):
  File "/tmp/execpad-e07b67366f79/source-e07b67366f79", line 3, in \<module>
    print("If im the best then" + str(a\*\*b) ("is the answer"))
TypeError: 'str' object is not callable

frosty yew
#

evalin

a = 2
b = 3
print("If im the best then" + str(a**b)("is the answer"))
main arrowBOT
#
Traceback (most recent call last):
  File "/tmp/execpad-d2bc76d45e75/source-d2bc76d45e75", line 3, in \<module>
    print("If im the best then" + str(a\*\*b)("is the answer"))
TypeError: 'str' object is not callable

frosty yew
#

hm

#

evalin

a = 2
b = 3
print("If im the best then" + str(a ** b)("is the answer"))
main arrowBOT
#
Traceback (most recent call last):
  File "/tmp/execpad-d9f8f50bd690/source-d9f8f50bd690", line 3, in \<module>
    print("If im the best then" + str(a \*\* b)("is the answer"))
TypeError: 'str' object is not callable

twilit wyvern
#

t!cookie @oak jackal

upper hatchBOT
#
Cookie 🍪!

Katherine has given Anna🍌 a cookie!
Mmm...useless digital cookies.

oak jackal
#

t!cookie @twilit wyvern

upper hatchBOT
#
Cookie 🍪!

Anna🍌 has given Katherine a cookie!
You're like the chocolate chip cookie king of the world!

twilit wyvern
#

oak jackal
#

<3

pulsar mist
#

gamble

main arrowBOT
#

:slot_machine: You've just entered the casino. There are 1000€ in the pot. You can start gambling by typing play or check your money with check.

pulsar mist
#

play

main arrowBOT
#

❌ Bad argument: query is a required argument that is missing.

subtle gulch
#

dog

main arrowBOT
#

⛔ An error happened. This has been logged and reported.

pulsar mist
#

play 500

subtle gulch
#

fuck

#

gamble

pulsar mist
#

play 500

main arrowBOT
#

[ :slot_machine: l SLOTS]

:hot_pepper: : :melon: : :grapes:
:cherries: : :cherries: : :cherries: <
:pineapple: : :watermelon: : :flag_de:

| : : : WON : : : |
We have 1241€ in the pot. Type play 94 to continue playing. You can check your :moneybag: by typing check.
We're done here.

#

We're done here.

pulsar mist
#

gamble

#

play

main arrowBOT
#

❌ Bad argument: query is a required argument that is missing.

pulsar mist
#

play 50

#

fuc

#

gamble

main arrowBOT
#

:slot_machine: You've just entered the casino. There are 1000€ in the pot. You can start gambling by typing play or check your money with check.

pulsar mist
#

play 50

#

WHAT

subtle gulch
#

check

main arrowBOT
#

You currently have 518€.

pulsar mist
#

check

subtle gulch
#

fish

main arrowBOT
#

:fishing_pole_and_fish: | You caught :paperclip:. 9€ got subtracted from your account.

pulsar mist
#

idk how to do this

#

gamble play

main arrowBOT
#

:slot_machine: You've just entered the casino. There are 1000€ in the pot. You can start gambling by typing play or check your money with check.

#

[ :slot_machine: l SLOTS]

:watermelon: : :pineapple: : :hot_pepper:
:lemon: : :tangerine: : :cherries: <
:grapes: : :flag_de: : :melon:

| : : : LOST : : : |
We have 1153€ in the pot. Type play 7 to continue playing. You can check your :moneybag: by typing check.
We're done here.

#

⛔ An error happened. This has been logged and reported.

#

⛔ An error happened. This has been logged and reported.

pulsar mist
#

check

main arrowBOT
#

You currently have 747€.

pulsar mist
#

shit

#

gamble

main arrowBOT
#

:slot_machine: You've just entered the casino. There are 1000€ in the pot. You can start gambling by typing play or check your money with check.

pulsar mist
#

check

main arrowBOT
#

You currently have 747€.

#

You currently have 747€.

pulsar mist
#

fish

#

fish

main arrowBOT
#

:fishing_pole_and_fish: | You caught :battery:. 9€ got subtracted from your account.

pulsar mist
#

fish

main arrowBOT
#

:tools: | Your fishing rod broke. It will be repaired in 9 seconds.

#

We're done here.

grim cairn
#

fish

main arrowBOT
#

:fishing_pole_and_fish: | You caught :paperclip:. 9€ got subtracted from your account.

grim cairn
#

fish

main arrowBOT
#

:tools: | Your fishing rod broke. It will be repaired in 11 seconds.

grim cairn
#

fuck

subtle gulch
#

fish

main arrowBOT
#

:fishing_pole_and_fish: | You caught :fish:. 10€ got added to your account.

subtle gulch
#

yay

#

showcolor 010101

main arrowBOT
subtle gulch
#

showcolor 010000

main arrowBOT
subtle gulch
#

showcolor fffff0

main arrowBOT
subtle gulch
#

showcolor ffff0f

main arrowBOT
subtle gulch
#

showcolor ffff99

main arrowBOT
subtle gulch
#

showcolor 123456

main arrowBOT
subtle gulch
#

showcolor 654321

main arrowBOT
subtle gulch
#

brown

#

135791

#

showcolor 135791

main arrowBOT
subtle gulch
#

showcolor 197531

main arrowBOT
subtle gulch
#

k

main arrowBOT
#

I have been inactive for 5 minutes. Goodbye!

tender trellis
#

getrole Level C

subtle gulch
#

showcolor 00ff00

main arrowBOT
subtle gulch
#

showcolor ffff00

main arrowBOT
subtle gulch
#

fish

main arrowBOT
#

:fishing_pole_and_fish: | You caught :wrench:. 9€ got subtracted from your account.

magic sapphire
#

ranks

#

help

main arrowBOT
#
Page 7/14 (39 commands)
German Commands

Commands used by the German learning server.

Support

For more help, join the official German server: https://discord.gg/german

removerole <role>

Removes a previously assigned role.

quote <channel> <message>

Quote a message from a <channel>.

verb <verb> [lang='german']

Get the conjugation for a <verb> in <lang>.

role [role]

Assigns a role to you from a list of available roles.

magic sapphire
#

role

main arrowBOT
#
Roles you can give yourself
  1. Level A
  2. Level B
  3. Level C
  4. Gaming
  5. Learning German
  6. Nerd
surreal fable
#

queue

main arrowBOT
#

:x: There's nothing in the queue.

surreal fable
#

np

copper cradle
#

queue

main arrowBOT
#
Queued songs:
  1. NCT U 엔시티 유 'BOSS' MV
    Queued by: Seska
    Duration: 0:03:35
  2. [MV] 몬스타엑스(MONSTA X) - JEALOUSY
    Queued by: Seska
    Duration: 0:03:34
  3. [Special Clip] 몬스타엑스 (MONSTAX) - 히어로 (HERO) Rooftop Ver.
    Queued by: Seska
    Duration: 0:04:15
  4. The Longest Video On Youtube القرآن المجود كامل بمقطع واحد
    Queued by: Feliciano Vargas
    Duration: 2 days, 12:33:28
sacred plume
#

t!dog

upper hatchBOT
#

🐶 | Here is your random dog:

sacred plume
#

cat

untold lily
#

remind 10s `Do maffs

main arrowBOT
#

Gotcha @untold lily, in 10 seconds you'll be reminded about \Do maffs`.

untold lily
#

Shoot

main arrowBOT
#

@untold lily, 11 seconds ago you asked to be reminded about \Do maffs`.

untold lily
#

@tender trellis There's a bug in your bot, I could technically do @ everyone right now

#

remind 10s ` @proud obsidian fix your bot

main arrowBOT
#

Gotcha @untold lily, in 10 seconds you'll be reminded about \ @🛫 Arrion fix your bot`.

untold lily
#

Oh wow wat

main arrowBOT
#

@untold lily, 11 seconds ago you asked to be reminded about \ @🛫 Arrion fix your bot`.

proud obsidian
#

Berry nice job. Except we're checking for that. mmlol

tender trellis
#

nice bug nola

subtle gulch
#

fish

main arrowBOT
#

:fishing_pole_and_fish: | You caught :crab:. 10€ got added to your account.

subtle gulch
#

showcolor 123123

main arrowBOT
subtle gulch
#

ping

main arrowBOT
#

:ping_pong: Pong! | 149.94ms

tender trellis
main arrowBOT
#

:x: At least two members are needed before I start playing music.

tender trellis
main arrowBOT
#

I have been inactive for 5 minutes. Goodbye!

toxic zenith
#

getrole B1

main arrowBOT
#

❌ Bad argument: Role "B1" not found.

toxic zenith
#

getrole Level b

main arrowBOT
#

:x: You already have a CEFR role. Remove it before you try assigning a different CEFR role.

subtle gulch
#

fish

main arrowBOT
#

:fishing_pole_and_fish: | You caught :scissors:. 9€ got subtracted from your account.

toxic zenith
#

removerole level a

#

getrole Level b

subtle gulch
#

fish

main arrowBOT
#

:fishing_pole_and_fish: | You caught :scissors:. 9€ got subtracted from your account.

subtle gulch
#

gamble

main arrowBOT
#

[ :slot_machine: l SLOTS]

:melon: : :watermelon: : :flag_de:
:cherries: : :eggplant: : :lemon: <
:pineapple: : :hot_pepper: : :grapes:

| : : : LOST : : : |
We have 1080€ in the pot. Type play 64 to continue playing. You can check your :moneybag: by typing check.
We're done here.

subtle gulch
#

play

#

play 92

#

play 90

#

play 64

#

uhh

#

fish

main arrowBOT
#

:fishing_pole_and_fish: | You caught :key2:. 9€ got subtracted from your account.

shadow slate
#

cmds

#

commands

oak jackal
#

help

main arrowBOT
#
Page 1/14 (39 commands)
Config Commands

Central configuration cog for the bot.

Support

For more help, join the official German server: https://discord.gg/german

config

Handles the actual server or channel permission configuration for the bot.

thick axle
#

gr Gaming

#

gr Nerd

surreal fable
#

cat please

main arrowBOT
#

Looks like their API is down...

surreal fable
#

cat NOW PLEASE

main arrowBOT
surreal fable
#

cat another one

main arrowBOT
#

Looks like their API is down...

surreal fable
#

cat playe now

main arrowBOT
#

Looks like their API is down...

surreal fable
#

cat please?

main arrowBOT
#

Looks like their API is down...

surreal fable
#

cat ...

surreal fable
#

thanks

main arrowBOT
#

You're welcome, André.

surreal fable
#

cat white

main arrowBOT
wintry tusk
#

getrole level b

tender trellis
#

config channel enable evalin

main arrowBOT
#

Command successfully enabled for this channel.

tender trellis
#

config channel enable urban

main arrowBOT
#

Command successfully enabled for this channel.

untold lily
#

urban

main arrowBOT
#

❌ Bad argument: word is a required argument that is missing.

subtle gulch
#

urban 1

main arrowBOT
#
Your search for 1 returned the following:
Definition

The IQ of President George Bush.

Example

George Bush has an IQ of 1.

subtle gulch
#

urban Merkel

main arrowBOT
#
Your search for Merkel returned the following:
Definition

Verb. To perform an unsolicited shoulder massage.

Example

While Angela was seated at the table, George snuck up and merkeled her.

subtle gulch
#

urban Bush

main arrowBOT
#
Your search for Bush returned the following:
Definition

The only presendent of the United States of America to be all most assassinated by a pretzil.

Example

Oh my god he must be a dumb fuck!!!

subtle gulch
#

urban George W Bush

main arrowBOT
#
Your search for George W Bush returned the following:
Definition

Proof that voting in America can be rigged. Instigated the [9/11] attacks with his illogical foreign policies, and made the world hate America even more by starting an illegal oil [war] in [Iraq]. He has also succeeded in turning [America] from a once prosperous nation into a debt-ridden chaos.

Example

Way to go, Dubya.

subtle gulch
#

ping

main arrowBOT
#

:ping_pong: Pong! | 144.73ms

untold lily
#

ping

main arrowBOT
#

:ping_pong: Pong! | 141.62ms

untold lily
#

urban Arrem

main arrowBOT
#

:x: No definition found for Arrem.

untold lily
#

Heq

safe kiln
#

skip

main arrowBOT
#

I have been inactive for 5 minutes. Goodbye!

woven depot
#

play Skinner Says Yes

#

play Skinner Says Yes

main arrowBOT
#

:x: At least two members are needed before I start playing music.

#

:x: At least two members are needed before I start playing music.

woven depot
#

play Skinner Says Yes

main arrowBOT
#

:x: At least two members are needed before I start playing music.

woven depot
#

play Skinner Says Yes

main arrowBOT
#

:x: At least two members are needed before I start playing music.

proud obsidian
#

play Skinner Says Yes

#

play Skinner Says Yes

#

play Skinner Says Yes

#

banarrem 1 100

main arrowBOT
#

Repeated Skinner Says Yes 100 times.

proud obsidian
#

vol 100

main arrowBOT
#

Changed player volume to: 100%

#

I have been inactive for 5 minutes. Goodbye!

surreal fable
#

play nandemonaiya mitsuha version

#

play radwimps スパークル

tender trellis
tender trellis
#

queue

main arrowBOT
#
Queued songs:
  1. Eisbrecher - Verrückt (Official Video)
    Queued by: André
    Duration: 0:03:55
  2. Eisbrecher - Eiszeit (official video)
    Queued by: André
    Duration: 0:03:33
surreal fable
#

play brahms sleep

#

play crosses jose gonzalez

#

play mt washington local natives

oak jackal
#

.>gr nerd

#

You can also give yourself a CEFR role.

#

.>gr level A, B, or C

tepid idol
#

gr nerd

oak jackal
#

Beginners are A.

tepid idol
#

gr A

#

gr A

main arrowBOT
#

❌ Bad argument: Role "A" not found.

tepid idol
#

gr Level A

#

is it still A if i have literally no german knowledge

oak jackal
#

Yeah fam. A1 is the lowest.

toxic zenith
#

getrole nerd

untold lily
#

evalin ```py
age = input('How old are you')
print('You are ' + age + ' years old')

main arrowBOT
#
How old are youTraceback (most recent call last):
  File "/tmp/execpad-c8f28b8405d8/source-c8f28b8405d8", line 1, in \<module>
    age = input('How old are you')
EOFError: EOF when reading a line

untold lily
#

evalin ```py
age = input('How old are you')
print('You are ' + age + ' years old')

21
main arrowBOT
#
How old are youYou are 21 years old

untold lily
#

Oh my goodness

frosty yew
#

Make sure to add a )//(( in between so it creates a space between print lines

tender trellis
#

Or just use .format()

wind elbow
#

gr nerd

#

gr gaming

untold lily
#

star stats

main arrowBOT
#
Server Starboard Stats

3154 messages starred with a total of 11025 stars.

Top Starred Posts

🥇: 391202967329439745 (35 stars)
🥈: 353981547566596096 (22 stars)
🥉: 437589291787485184 (17 stars)

Top Star Receivers

🥇: @proud obsidian (1680 stars)
🥈: @brittle walrus (952 stars)
🥉: @rare tundra (864 stars)

Top Star Givers

🥇: @proud obsidian (1640 stars)
🥈: @brittle walrus (496 stars)
🥉: @karmic ether (439 stars)

untold lily
#

Shoot

#

star stats @untold lily

main arrowBOT
#
Dr. Nola Strange
Messages Starred

13

Stars Received

45

Stars Given

218

Top Starred Posts

🥇: 406129263863922688 (9 stars)
🥈: 438024929108164629 (7 stars)
🥉: 375743002754416641 (6 stars)

surreal fable
#

play Indie/Pop/Folk Compilation - January 2017 (1½-Hour Playlist)

main arrowBOT
#

There was an error with retrieving your song: ERROR: Unable to download webpage: <urlopen error [Errno -2] Name or service not known> (caused by URLError(gaierror(-2, 'Name or service not known'),))

tender trellis
#

np

tender trellis
#

queue

main arrowBOT
#

:x: There's nothing in the queue.

tender trellis
surreal fable
#

np

surreal fable
#

np

#

np

tender trellis
#

np

surreal fable
#

play homework radio chill

#

play mad world

#

np

#

skip

main arrowBOT
#

André#0013 has skipped the song.

surreal fable
#

np

main arrowBOT
#

Not currently playing anything.

#

I have been inactive for 5 minutes. Goodbye!

ruby gale
#

ping

main arrowBOT
#

:ping_pong: Pong! | 152.38ms

surreal fable
#

play star wars john williams original trilogy

wind elbow
#

sub speakinglads

main arrowBOT
#

:white_check_mark: Alright, I added you to Speakinglads.

surreal fable
#

play John Williams - Star Wars Original Trilogy Medley

#

skip

main arrowBOT
#

André#0013 has skipped the song.

surreal fable
#

skip

#

np

#

skip

main arrowBOT
#

André#0013 has skipped the song.

surreal fable
#

play the planets gustav holst full suite

#

np

surreal fable
#

play the planets gustav holst full suite

#

play we like move it move it

#

play songs no one knwos name of

#

play meme 8 bit

#

skip

main arrowBOT
#

André#0013 has skipped the song.

#

I have been inactive for 5 minutes. Goodbye!

digital panther
#

getrole Level A

rare tundra
#

info

main arrowBOT
#
Information about Chuck
Name

Chuck

Nick

None

Tag

1337

ID

121743683828711425

Joined

11 months, 30 days and 4 hours ago

Created

2 years, 6 months and 3 days ago

Roles

Gaming, Native German

tender trellis
#

info

main arrowBOT
#
Information about Chrono - Der Eurofighter
Name

Chrono - Der Eurofighter

Nick

None

Tag

4544

ID

142760108210782208

Joined

2 months, 30 days and 13 hours ago

Created

2 years, 4 months and 7 days ago

Roles

Gaming, Learning German, Level A

tender trellis
#

oi boi, you 2 months older than me ^_ ^

rare tundra
#

👌

tender trellis
#

We joined around the same time i remember 🤔

rare tundra
#

Yeah we did

tender trellis
#

I'm also havin my 1 year then 🎉

#

We are getting old Chucko.... are we OG's now? 🤔

rare tundra
#

simsplus 🎉

#

We've always been OGs

tender trellis
#

😎

#

Oh yhe! lez make em give us a role for that.... an "OG" role

tender trellis
#

getrole Level C

#

removerole Level C

tender trellis
#

info

main arrowBOT
#
Information about Teri
Name

Teri

Nick

Teri [Chrono's bestie]

Tag

6825

ID

396216365322731520

Joined

1 month, 17 days and 13 hours ago

Created

5 months, 8 days and 2 hours ago

Roles

Gaming, Nerd, Learning German, Level A

tender trellis
#

nono Tero.. you a newbie 😤

#

Heehee

#

Kneel before me peasent

#

😱 😱

#

I'm your bestie!

#

you shan't look your master in the eyes
Thy eyes do not deserve it 😛

#

How could you..!😭 😭

#

I shall now knight you ⚔

#

Our friendship is over Chrono

#

Thee Teri of Tero-ville
you are now my friend

#

nooo

#

NEEEIn

#

You cant try fix it

#

The damage has been done

#

Adios

#

God dangit... yester Ari left me as my Pokemon

#

today you leave me

#

Loool

#

Life is hard 😭

#

You are a loner now

#

This is what u get for being a meanie

#

Yes... I am back to being a peasant it seems

#

Also you dump me during this song

#

it is about lost friendsship

#

friendship*

#

This is ironic....

#

I was a king... you the Lionheart

#

dammit

#

😔

#

It was destined to happen

#

Now it is just a king... all by himself

#

😤 - LEAVE ME!!! I DON'T BELIEVE IN THE INSTITUTION OF FRIENDSHIP

#

and the moosic changed

#

Are we even a allowed to talk in the botchannel😂

#

don't think so

#

Chrono skip the song

#

I hate it

#

Told ya

#

I did it

brittle walrus
#

star random

main arrowBOT
#

4 #general ID: 376464761388269568

SoletLuna (banned)

fuck chuck

brittle walrus
#

lol

tender trellis
#

star random

main arrowBOT
#

3 #general ID: 354207417023856651

Fläppers

Because languages are life.

tender trellis
#

star random

main arrowBOT
#

5 #general ID: 315912036007673856

.Mika

"Liefer!" und schon lief er.

brittle walrus
#

star random

main arrowBOT
#

🌟 7 #general ID: 413731454598512650

🎀 Fläppsy 🎀

present delivers

brittle walrus
#

oh damn GWnanamiCatHood

tender trellis
#

Awww

#

that is very pretty Flops!!

tender trellis
#

gr nerd

surreal fable
#

skip

main arrowBOT
#

André#0013 has skipped the song.

#

Now Playing: Indie/Pop/Folk Compilation - January 2018 (1-Hour Playlist) [1:18:33] requested by André#0013

tender trellis
#

star 1

main arrowBOT
#

❓ This message could not be found.

tender trellis
#

star random

main arrowBOT
#

🌟 6 #general ID: 379233473283489805

nichsoblauzrkr 🐾

S A G A C I T Y

tender trellis
#

star random

main arrowBOT
#

3 #general ID: 429653403073773578

Chuck

throw over restaurants so others can throw up

tender trellis
#

star random

main arrowBOT
#

3 #general ID: 414697621811232770

Erik 'Freiheit' Laser 🐧💛♥💛🐧

When still cold just lay on your papas legs. The radiation will give you the signature hot ass in later evolutions

tender trellis
#

star random

main arrowBOT
#

🌟 5 #general ID: 430366328180965378

Botty McBotface

4 #general ID: 336983272267448322

tender trellis
#

star random

main arrowBOT
#

2 #general ID: 440165942786523165

.edgy Mika
rare sierra
#

queue

main arrowBOT
#

I am not currently connected to voice.

#

Now Playing: Indie/Pop/Folk Compilation - March 2018 (1½-Hour Playlist) [1:25:08] requested by André#0013

surreal fable
#

skip

main arrowBOT
#

André#0013 has skipped the song.

surreal fable
#

play söhne mannheims und wenn ein lied

#

skip

main arrowBOT
#

André#0013 has skipped the song.

steady kestrel
#

?

surreal fable
#

play ich + ich so soll es bleiben

toxic zenith
#

queue wadde hadde dudde da

main arrowBOT
#
Queued songs:
  1. Ich + Ich - So soll es bleiben (Official Video)
    Queued by: André
    Duration: 0:03:45
median walrus
#

play hippie-bus

surreal fable
#

play xavier naidoo was wir alleine nicht schaffen

#

play ich + ich vom selben stern

steady kestrel
#

play was du liebe nennst

#

queue

main arrowBOT
#
Queued songs:
  1. Ich + Ich - So soll es bleiben (Official Video)
    Queued by: André
    Duration: 0:03:45
  2. Dodo - Hippie-Bus
    Queued by: zwitschi
    Duration: 0:03:43
  3. Xavier Naidoo - Was wir alleine nicht schaffen [Official Video]
    Queued by: André
    Duration: 0:03:59
  4. Ich + Ich - Vom selben Stern (Official Video)
    Queued by: André
    Duration: 0:03:43
  5. BAUSA - Was du Liebe nennst (Official Music Video) [prod. von Bausa, Jugglerz & The Cratez]
    Queued by: thom
    Duration: 0:03:56
surreal fable
#

play rheinhard mey der mörder ich immer der gärtner

#

play reinhard mey über den wolken

steady kestrel
surreal fable
steady kestrel
#

das klingt jamaikanisch 👌🏻

median walrus
#

plus it's swiss german

steady kestrel
#

dieses lied ist sehr traurig

main arrowBOT
#

I have been inactive for 5 minutes. Goodbye!

tender trellis
#

star random

main arrowBOT
#

4 #general ID: 415729710270513152

Foxxerl
tender trellis
#

star random

main arrowBOT
#

3 #general ID: 356890496443875328

LordKorea

You tell, me that, there is, a limit, for commas, in a, sentence?

tender trellis
#

star random

main arrowBOT
tender trellis
#

star random

main arrowBOT
#

2 #german-only ID: 423428723065356289

LordKorea
tender trellis
#

star random

main arrowBOT
#

2 #general-2 ID: 376488137620455424

🌈Ari

Das französische Füchslein wird von einem memigen Arrem gejagt.

burnt atlas
#

getrole Level A1

main arrowBOT
#

❌ Bad argument: Role "Level A1" not found.

ruby gale
#

I think it's:

help gr

#

oops

#

help

main arrowBOT
#
Page 6/15 (40 commands)
German Commands

Commands used by the German learning server.

Support

For more help, join the official German server: https://discord.gg/german

role [role]

Assigns a role to you from a list of available roles.

removerole <role>

Removes a previously assigned role.

quote <channel> <message>

Quote a message from a <channel>.

verb <verb> [lang='german']

Get the conjugation for a <verb> in <lang>.

ruby gale
#

role A

main arrowBOT
#

❌ Bad argument: Role "A" not found.

ruby gale
#

role Level A

main arrowBOT
#

:heavy_check_mark: I replaced your old CEFR role with Level A.

ruby gale
#

I broke it

#

nvm

#

gr Level B

main arrowBOT
#

:heavy_check_mark: I replaced your old CEFR role with Level B.

ruby gale
#

@burnt atlas do: >gr Level A

steady kestrel
#

gr Level A

ivory current
#

getrole Level A1

main arrowBOT
#

❌ Bad argument: Role "Level A1" not found.

ivory current
#

gr Level A

proud obsidian
#

play Skinner Says Yes

#

vol 100

main arrowBOT
#

Changed player volume to: 100%

proud obsidian
#

play Skinner Says Yes

#

play Skinner Says Yes

#

play Skinner Says Yes

#

banarrem 1 10

main arrowBOT
#

Repeated Skinner Says Yes 10 times.

proud obsidian
#

banarrem 1 10

main arrowBOT
#

Repeated Skinner Says Yes 10 times.

proud obsidian
#

banarrem 1 100

main arrowBOT
#

Repeated Skinner Says Yes 100 times.

proud obsidian
#

qpriority Skinner Says No

#

banarrem 1 10

main arrowBOT
#

Repeated Skinner Says Yes 10 times.

#

Now Playing: Skinner Says Yes [0:00:01] requested by Arrem#4798

proud obsidian
#

stop

proud obsidian
#

qpriority Skinner Says No

#

qpriority Skinner Says No

#

qpriority Skinner Says No

#

qpriority Skinner Says No

#

banarrem 1 10

main arrowBOT
#

Repeated Skinner Says No 10 times.

proud obsidian
#

banarrem 1 100

main arrowBOT
#

Repeated Skinner Says No 100 times.

proud obsidian
#

vol 100

main arrowBOT
#

Changed player volume to: 100%

proud obsidian
#

play Fruitsalate

main arrowBOT
#

There was an error with retrieving your song: ERROR: This video is unavailable.

proud obsidian
#

play lettuce cabbage

#

play lettuce cabbage

#

banarrem 1 10

main arrowBOT
#

Repeated Lettuce/Cabbage vine 10 times.

uneven meadow
#

FFFJCJDNDN

main arrowBOT
#

I have been inactive for 5 minutes. Goodbye!

uneven meadow
#

play she's gone vitalmouse

#

😍

proud obsidian
#

queue

main arrowBOT
#
Queued songs:
  1. She's gone 익룡쉬즈곤 쉬즈곤
    Queued by: Thihihihihi
    Duration: 0:01:58
  2. 24/7
    Queued by: Arrem
    Duration: 0:02:48
proud obsidian
#

vol 50

main arrowBOT
#

Changed player volume to: 50%

tender trellis
#

getrole gaming

#

getrole nerd

twilit wyvern
#

t!cookie @oak jackal

upper hatchBOT
#
Cookie 🍪!

Katherine has given The German Saint Anna🍌 a cookie!
You're like the chocolate chip cookie king of the world!

oak jackal
#

t!cookie @twilit wyvern

upper hatchBOT
#
Cookie 🍪!

The German Saint Anna🍌 has given Katherine a cookie!
What a tough cookie!

twilit wyvern
#

timid cairn
#

t!rep 103161090388545536

#

t!daily 103161090388545536

main arrowBOT
#

I have been inactive for 5 minutes. Goodbye!

main arrowBOT
#

❌ Bad argument: query is a required argument that is missing.

#

No channel to join. Please either specify a valid channel or join one.

#

:x: At least two members are needed before I start playing music.

tender trellis
#

queue

main arrowBOT
#

:x: There's nothing in the queue.

main arrowBOT
#

I have been inactive for 5 minutes. Goodbye!

surreal fable
#

play reinhard mey über den wolken

#

play reinhard mey der gärtner der mörder

#

play reinhard mey sei wachsam

#

play auf der schwäbsche eisenbahne

tender trellis
#

queue

main arrowBOT
#
Queued songs:
  1. Auf de Schwäbsche Eisebahne - Ulmer Lieder #2
    Queued by: André
    Duration: 0:02:29
surreal fable
#

play reinhard mey abschied

tender trellis
#

queue

main arrowBOT
#
Queued songs:
  1. Auf de Schwäbsche Eisebahne - Ulmer Lieder #2
    Queued by: André
    Duration: 0:02:29
  2. Reinhard Mey Abschied
    Queued by: André
    Duration: 0:02:43
surreal fable
#

play sägewerk bad segeberg

#

skip

main arrowBOT
#

André#0013 has skipped the song.

rare sierra
#

queue

main arrowBOT
#

:x: There's nothing in the queue.

rare sierra
#

play Schatzi schenk mir ein foto

surreal fable
#

play wise guys achterbahn

rare sierra
#

play alles neu Peter fox

tender trellis
#

queue

main arrowBOT
#
Queued songs:
  1. Peter Fox - Alles neu (offizielles Video)
    Queued by: Mightymauz
    Duration: 0:04:32
rare sierra
#

play an in den Süden

surreal fable
#

play ein dickes ding wise guys

rare sierra
#

play waka waka

surreal fable
#

this band is 100% acapella btw

#

I have to go though, computer science lecture and stuff y'know

tender trellis
#

Bis später André :(

rare sierra
#

play schland o schland

#

Bis später 👋

#

play lil dicky freaky friday

surreal fable
#

play sebastian krämer wovon träumst du

#

play meine lieder sebastian krämer

#

skip

main arrowBOT
#

André#0013 has skipped the song.

surreal fable
#

play anno 1503 ost full

#

play anno 1503 soundtrack 02

#

skip

main arrowBOT
#

André#0013 has skipped the song.

#

I have been inactive for 5 minutes. Goodbye!

silver mason
#

help

main arrowBOT
#
Page 11/14 (39 commands)
Reputation Commands

Handle reputation

Support

For more help, join the official German server: https://discord.gg/german

leaderboard

Show a leaderboard according to reputation on the server.

showrep

Show how much reputation you have

rep <member>

Award a member with a reputation point

silver mason
#

<role

frank lichen
#

rr level b

#

test

#

gr learning german

tender trellis
#

help

main arrowBOT
#
Page 5/14 (39 commands)
Generic Commands

Generic commands used by basically every bot.

Support

For more help, join the official German server: https://discord.gg/german

charinfo <characters>

Show information about a number of characters.

tender trellis
#

daily

main arrowBOT
#

:atm: | You've received your daily dose of capitalism. 200€ were added to your account.

sacred plume
#

cat

main arrowBOT
tender trellis
#

cat

tender trellis
#

cat

frosty yew
#

evalin

n = 2 
b = 4
print(”2 puta 2 jednako”, n*b)
main arrowBOT
#
  File "/tmp/execpad-70f6ead06692/source-70f6ead06692", line 3
    print(”2 puta 2 jednako”, n*b)
           ^
SyntaxError: invalid character in identifier

frosty yew
#

Ree

#

evalin

n = 2 
b = 4
print(“2 puta 2 jednako”, n*b)
main arrowBOT
#
  File "/tmp/execpad-96a8545c12b1/source-96a8545c12b1", line 3
    print(“2 puta 2 jednako”, n*b)
           ^
SyntaxError: invalid character in identifier

frosty yew
#

evalin

n = 2 
b = 4
print("2 puta 2 jednako", n*b)
main arrowBOT
#
2 puta 2 jednako 8

frosty yew
#

evalin

n = 2 
b = 4
print("2 puta 4 jednako", n*b)
main arrowBOT
#
2 puta 4 jednako 8

frosty yew
#

Maths is hard

tender trellis
#

It just doesn't like fancy “s

tender trellis
#

play reinhard mey abschied

#

play ein dickes ding wise guys

#

play reinhard mey über den wolken

#

play reinhard mey der gärtner der mörder

#

play auf der schwäbsche eisenbahne

#

play reinhard mey sei wachsam

#

!queue

#

queue

main arrowBOT
#
Queued songs:
  1. Wise Guys - Ein dickes Ding
    Queued by: Teri
    Duration: 0:03:34
  2. Reinhard Mey-Über den Wolken
    Queued by: Teri
    Duration: 0:03:52
  3. Reinhard Mey - Der Mörder ist immer der Gärtner
    Queued by: Teri
    Duration: 0:04:55
  4. Auf de Schwäbsche Eisebahne - Ulmer Lieder #2
    Queued by: Teri
    Duration: 0:02:29
  5. Reinhard Mey Sei wachsam
    Queued by: Teri
    Duration: 0:08:37
tender trellis
#

play wise guys achterbahn

#

play meine lieder sebastian krämer

tender trellis
#

queue

main arrowBOT
#
Queued songs:
  1. Sebastian Krämer - Meine Lieder
    Queued by: Teri
    Duration: 0:04:41
tender trellis
#

play cro bye bye

surreal fable
#

play auf der schwäbsche eisenbahnw

tender trellis
#

queue

main arrowBOT
#
Queued songs:
  1. "Eine Seefahrt, die ist lustig" (Borders, Schultze) Adalbert Lutter 1935
    Queued by: André
    Duration: 0:03:09
  2. 🇩🇪🇩🇪🇩🇪 German Folk Music 🇩🇪🇩🇪🇩🇪
    Queued by: True_Aviator
    Duration: 0:41:14
surreal fable
#

pay beethoven ode an die freude

#

play beethoven ode an die freude

surreal fable
#

play reinhard mey der mörder ist immer der gärtner

#

reinhard mey über den wolken

#

play rammstein rosenrot

slow portal
#

t!info @copper cradle

upper hatchBOT
#
Seska#8008
ID

261834240801374208

Shared Servers

1

Status

offline

Nickname

None

Account Created

Friday, December 23rd 2016 @ 12:35:47 pm

Join Date

Friday, May 18th 2018 @ 2:59:23 pm

Roles [4]

Native German, Learning German, Nerd, Gaming

slow portal
#

t!profile @copper cradle

upper hatchBOT
main arrowBOT
#

I have been inactive for 5 minutes. Goodbye!

velvet shard
#

getrole level B

timid cairn
#

info .Mika

main arrowBOT
#
Information about .Mika
Name

@timid cairn

Nick

None

Tag

0001

ID

96672747572195328

Joined

1 year, 6 months and 5 days ago

Created

2 years, 8 months and 15 days ago

Roles

Gaming, Nerd, Native German, Moderator

quiet oyster
#

gr Gaming

tender trellis
#

skip

main arrowBOT
#

I3lueAnqel#4926 has skipped the song.

tender trellis
#

skip

main arrowBOT
#

I3lueAnqel#4926 has skipped the song.

tender trellis
#

skip

main arrowBOT
#

I3lueAnqel#4926 has skipped the song.

main arrowBOT
#

I have been inactive for 5 minutes. Goodbye!

surreal fable
#

play an der nordseeküste

tender trellis
#

skip

main arrowBOT
#

Skip vote added, currently at [1/3]

surreal fable
#

skip

main arrowBOT
#

André#0013 has skipped the song.

true locust
#

np

surreal fable
main arrowBOT
#

I have been inactive for 5 minutes. Goodbye!

surreal fable
#

play reinhard mey abschied

tender trellis
surreal fable
#

play das war ein guter Tag reinhard mey

#

play reinhard mey schutzengel

tender trellis
#

queue

main arrowBOT
#
Queued songs:
  1. Reinhard Mey: Schutzengel (Songs an einem Sommerabend 2014)
    Queued by: André
    Duration: 0:02:39
stuck spruce
#

getlevel a

#

i forgot how to do this

#

getrole a

main arrowBOT
#

❌ Bad argument: Role "a" not found.

stuck spruce
#

getrole level A

main arrowBOT
#

:heavy_check_mark: I replaced your old CEFR role with Level A.

stuck spruce
#

hello darkness

#

t!daily

#

daily

main arrowBOT
#

:atm: | You've received your daily dose of capitalism. 200€ were added to your account.

main arrowBOT
#

Now Playing: EFF - Stimme (Official Video) [0:03:07] requested by I3lueAnqel#4926

unborn zinc
#

getrole Level A

#

getrole gaming

tender trellis
#

queue

main arrowBOT
#

:x: There's nothing in the queue.

main arrowBOT
#

I have been inactive for 5 minutes. Goodbye!

tender trellis
#

getrole gaming

#

getrole nerd

zealous gate
#

getrole Level A

#

getrole nerd

#

help

main arrowBOT
#
Page 1/13 (38 commands)
DictCC Commands
Support

For more help, join the official German server: https://discord.gg/german

lookup <word> <lang_in> <lang_out>

Allows you to look up words you don't know.

zealous gate
#

getrole help

main arrowBOT
#

❌ Bad argument: Role "help" not found.

zealous gate
#

help getrole

main arrowBOT
#
[role|getrole|gr] [role]

Assigns a role to you from a list of available roles.
If you abuse this command, you will get blacklisted.

brittle walrus
#

star random

main arrowBOT
#

2 #voice-chat ID: 363443636723253268

🌈Qadmus
brittle walrus
topaz crow
#

getrole B

main arrowBOT
#

❌ Bad argument: Role "B" not found.

topaz crow
#

getrole levelB

main arrowBOT
#

❌ Bad argument: Role "levelB" not found.

topaz crow
#

damn it

#

getrole level B

main arrowBOT
#

:heavy_check_mark: I replaced your old CEFR role with Level B.

topaz crow
#

yes

#

^^

#

getrole gaming

#

getrole nerd

#

😒 i dont agree with this term but whatever

#

group

main arrowBOT
#
These groups are currently accessible
  1. Speakinglads
  2. Sciencepractice
  3. Reading
  4. Python
topaz crow
#

@tender trellis i have no clue what the idea is behing everything except #3

tender trellis
#

okay

#

speakinglads is for speaking, sciencepractice is for practising science related things, python is for python practice

topaz crow
#

erm ok

#

guess ill join one

#

sub sciencepractice

main arrowBOT
#

:white_check_mark: Alright, I added you to Sciencepractice.

topaz crow
#

so what now? GWnanamiChiakiWonder

untold lily
#

@topaz crow Ey

#

You are dutch

surreal fable
#

play studio ghibli piano

topaz crow
#

@untold lily erm yes i am? 0.o

untold lily
#

I know you from the dutch language server @topaz crow

topaz crow
#

but you're not in the language server . _ .

#

.-.

#

なに

untold lily
#

Yeah I left

#

No hard feelings

main arrowBOT
#

I have been inactive for 5 minutes. Goodbye!

surreal fable
#

play summer 2016 indie alternative

topaz crow
#

lol

#

ok

surreal fable
#

play o fortuna

#

skip

main arrowBOT
#

André#0013 has skipped the song.

surreal fable
#

play elvis presley mix

#

play diamond city radio

#

queue

main arrowBOT
#
Queued songs:
  1. Carl Orff - O Fortuna ~ Carmina Burana
    Queued by: André
    Duration: 0:05:21
  2. Elvis Presley Greatest Hits Full Album | The Very Best Of Elvis Presley
    Queued by: André
    Duration: 1:21:09
  3. Fallout 4 Radio Songs - Diamond City Station Full + Track List
    Queued by: André
    Duration: 1:41:07
surreal fable
#

skip

main arrowBOT
#

André#0013 has skipped the song.

surreal fable
#

skip

main arrowBOT
#

André#0013 has skipped the song.

surreal fable
#

play indie alternative 2018 august pop

#

skip

main arrowBOT
#

André#0013 has skipped the song.

surreal fable
#

play to the moon ost

#

skip

main arrowBOT
#

André#0013 has skipped the song.

untold lily
#

evalin ```cpp
template<typename T, typename... args>
struct counter{
static const int value= 1+ counter<args...>::value;
};

template<typename T>
struct counter<T>{
static const int value = 0;
};

main arrowBOT
#
/usr/lib/crt1.o: In function \`_start':
(.text+0x18): undefined reference to \`main'
collect2: error: ld returned 1 exit status

untold lily
#

frik

#

evalin ```cpp
template<typename T, typename... args>
struct counter{
static const int value= 1+ counter<args...>::value;
};

template<typename T>
struct counter<T>{
static const int value = 0;
};

int main() {
return 0;
}

main arrowBOT
#
OK (0.004 sec real, 0.002 sec wall, 3 MB, 78 syscalls)
tender trellis
#

evalin

#include <iostream>

int main() {
    printf("haha yes");
    return 0;
}
main arrowBOT
#
haha yes
tender trellis
#

👌🏻

untold lily
#

evalin ```cpp
#include <initializer_list>

struct Foo { int theAnswer; };

int main() {
std::initializer_list<Foo> bar = {{42}};
}

main arrowBOT
#
OK (0.004 sec real, 0.002 sec wall, 3 MB, 78 syscalls)
untold lily
#

I want the compiler to apologise

tender trellis
#

lol

untold lily
#

evalin ```cpp
int main() {
template <typename... T>
struct SomeStruct<1, 2, 3, T...> {};
}

main arrowBOT
#
/tmp/execpad-9635a010cf30/source-9635a010cf30: In function ‘int main()’:
/tmp/execpad-9635a010cf30/source-9635a010cf30:2:5: error: a template declaration cannot appear at block scope
     template <typename... T>
     ^

untold lily
#

evalin ```cpp
template <typename... T>
struct SomeStruct<1, 2, 3, T...> {};

int main() {
SomeStruct x;
}

main arrowBOT
#
/tmp/execpad-4e05d9d0746e/source-4e05d9d0746e:2:8: error: ‘SomeStruct’ is not a class template
 struct SomeStruct<1, 2, 3, T...> {};
        ^
/tmp/execpad-4e05d9d0746e/source-4e05d9d0746e: In function ‘int main()’:
/tmp/execpad-4e05d9d0746e/source-4e05d9d0746e:5:16: error: missing template arguments before ‘x’
     SomeStruct x;
                ^

untold lily
#

Almost