From 772b8c13413314a5cf00c77b990b464fec0a96af Mon Sep 17 00:00:00 2001 From: AnInternetTroll Date: Sat, 27 Jun 2020 15:07:10 +0200 Subject: Added elixir as a language --- cogs/compiler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cogs/compiler.py') diff --git a/cogs/compiler.py b/cogs/compiler.py index 3046349..3bc6bef 100644 --- a/cogs/compiler.py +++ b/cogs/compiler.py @@ -36,6 +36,7 @@ class Compiler(commands.Cog): "rust": "rust-head", "sql": "sqlite-head", "perl": "perl-head", + "elixir": "elixir-head", "lua": "lua-5.3.4" } if not language: @@ -44,7 +45,7 @@ class Compiler(commands.Cog): await ctx.send("No code found") return try: - compiler = compilers[language] + compiler = compilers[language.lower()] except KeyError: await ctx.send("Language not found") return -- cgit v1.2.3 '/> index : steve-bot.git
MCBE's discord botLuca Matei Pintilie <luca@lucamatei.com>
aboutsummaryrefslogtreecommitdiff
path: root/cogs/general.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-04Fix security vulnerability in math and add timeoutMango0x451-14/+22
2021-01-0424 hour timezone change cooldownThomas Voss1-2/+2
2021-01-04Group punishment is a war crimeLuca Matei Pintilie1-1/+1
2021-01-04Removed walrus (rip 3.8 on debian)Mango0x451-34/+51
2021-01-03added fair day && streak tracking, function to set timezone0ceanlight2-2/+109
2021-01-03Gonna readd this when I learn how to make a jailMango0x451-14/+14
2021-01-03Fix bugsMango0x452-35/+38
2021-01-03Fix functionMango0x451-3/+5
2021-01-03More bc functionsMango0x452-3/+10
2021-01-03Hopefully this fixes stuffMango0x451-3/+1
2021-01-03testMango0x451-4/+3
2021-01-03I'm bad with foldersMango0x451-1/+2
2021-01-03Try to make math work with BC functionsMango0x452-2/+108
2021-01-03Spaces work plsMango0x451-1/+1
2021-01-03Remove BC linebreaksMango0x451-3/+4
2021-01-03ReformattedMango0x451-2/+4
2021-01-03This code isnt working atmMango0x451-53/+53
2021-01-03Add math command with BCMango0x451-0/+10
2021-01-02Happy Birthday Samuel!aninternettroll1-0/+5
2020-12-14Some tuple and typehint stuffsMango0x451-9/+9
2020-12-14Store user data in named tuplesMango0x451-104/+123
2020-12-14Formatted with blackMango0x452-1/+2
2020-12-14Sort importsMango0x452-2/+4
2020-12-08Fixed misunderstanding of type hintingLuca Matei Pintilie1-1/+1
2020-11-20changed my name to SkyeSkycloudd1-1/+1
2020-11-20Update utils.pyLuca Matei Pintilie1-1/+1
2020-11-09I heard the public domain is a cool place to beMango0x452-661/+24
2020-11-01Discord.py voice dependency addedAnInternetTroll3-114/+179
2020-10-21fixed boosts field in serverinfoSkycloudd1-3/+3
2020-10-21fixed boosts field in serverinfoSkycloudd1-2/+2
2020-10-21fixed serverinfo inactive member count descriptionSkycloudd1-1/+1