Skip to content

Commit

Permalink
Fixed orecalc being misspelled
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Baguetter authored Sep 10, 2024
1 parent ed0c810 commit 6c85273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SEBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ async def info(interaction: discord.Interaction):
"/playerlist : Lists all the players in NA1\n"
"/ping : Bot ping\n"
"/source : Bot source code\n"
"/oreclac : Ore calculator spreadsheet"
"/orecalc : Ore calculator spreadsheet"
)
await interaction.response.send_message(f"Bot Info:\n{bot_description}")

Expand All @@ -104,7 +104,7 @@ async def link(interaction: discord.Interaction):
github_link = "https://github.com/Mr-Baguetter/Space-Engineers-Discord-Bot" #Change to your repo if you create a fork
await interaction.response.send_message(f"Check out the source code here: {github_link}")

@bot.tree.command(name='oreclac', description='Get a link to the ore calculator spreadsheet.')
@bot.tree.command(name='orecalc', description='Get a link to the ore calculator spreadsheet.')
async def link(interaction: discord.Interaction):
spreadsheet_link = "https://docs.google.com/spreadsheets/d/1gXqODCeVkEtX4inPnZikTXRwo3n0_wzogJGda3W9JJg/edit?usp=sharing"
await interaction.response.send_message(f"Please make a copy of the spreadsheet here: {spreadsheet_link}")
Expand Down

0 comments on commit 6c85273

Please sign in to comment.