Skip to content

Commit

Permalink
fix: using Tengo as defined on pesto repository (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
ii64 authored Feb 5, 2024
1 parent a5d8381 commit 4edd2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/pesto/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export function register(bot) {
bot.command("python", (context) => executeCode(context, "python", "Python"));
bot.command("ruby", (context) => executeCode(context, "ruby", "Ruby"));
bot.command("sqlite3", (context) => executeCode(context, "sqlite3", "SQLite3"));
bot.command("tengo", (context) => executeCode(context, "tengo", "TenGo"));
bot.command("tengo", (context) => executeCode(context, "tengo", "Tengo"));
bot.command("ts", (context) => executeCode(context, "ts", "Typescript"));
bot.command("v", (context) => executeCode(context, "v", "V"));
bot.command("brainfuck", (context) => executeCode(context, "brainfuck", "Brainfuck"));
Expand Down

0 comments on commit 4edd2c9

Please sign in to comment.