aboutsummaryrefslogtreecommitdiff
path: root/cogs/compiler.py
diff options
context:
space:
mode:
Diffstat (limited to 'cogs/compiler.py')
-rw-r--r--cogs/compiler.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cogs/compiler.py b/cogs/compiler.py
index 6fa5ec1..0339a4e 100644
--- a/cogs/compiler.py
+++ b/cogs/compiler.py
@@ -24,6 +24,7 @@ class Compiler(commands.Cog):
"c#":"dotnetcore-head",
"coffeescript": "coffeescript-head",
"cpp": "gcc-head",
+ "elixir": "elixir-head",
"go": "go-head",
"java": "openjdk-head",
"javascript":"nodejs-head",
@@ -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
+17 2021-04-04ReformattingAnInternetTroll2-32/+48 2021-04-01Update utils.pySamot191-1/+1 2021-04-01Fair Leaderboard Samot191-8/+53 As !fboard. Can be requested either by day or by streak. 2021-03-26+ Fix "shut" emojiAhmad Ansori Palembani1-1/+1 2021-03-23Fix typo, add punctuation, and make wording clearer.Samot191-7/+7 2021-03-21Get only the queue, not everythingrandomidiot131-1/+1 2021-03-21Add !queuerandomidiot131-0/+44 2021-03-20remove embed from run rejection messageSkycloudd1-1/+1 2021-03-16hopefully fixed the ultraxd thingSkycloudd1-1/+1 2021-03-05Tabs to spacesMango0x451-526/+541 2021-03-05Educate new members on input rulesMango0x451-535/+526 2021-02-28Make !pending not max out at 200 runs per gamerandomidiot131-5/+16 2021-02-27Update aiohttp due to security vulnerabilityMango0x452-1/+2 2021-02-24Make !verified asynchronousAnInternetTroll2-38/+36 2021-02-20Add verified commandrandomidiot131-0/+45 If I did everything right, there should be a "verified" command that does the same thing as "src!v", roughly. Be advised that I have no idea if what I'm doing is correct, good, and/or functional. 2021-02-13Whitelist coop all bosses when rejecting spamMango0x451-1/+1 2021-02-13Remove useless importsMango0x454-6/+1 2021-02-13Add better spam preventionMango0x451-15/+22 2021-02-13Remove useless dependenciesMango0x451-10/+8