Skip to content

Commit

Permalink
fix(Slash Commands): Correct typo (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
swarley authored Sep 17, 2021
2 parents 43da765 + c0e665b commit ebf5721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/slash_commands.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
bot = Discordrb::Bot.new(token: ENV['SLASH_COMMAND_BOT_TOKEN'], intents: [:server_messages])

# We need to register our application comomands separately from the handlers with a special DSL.
# This example uses server specifc commands so that they appear immediately for testing,
# This example uses server specific commands so that they appear immediately for testing,
# but you can omit the server_id as well to register a global command that can take up to an hour
# to appear.
#
Expand Down

0 comments on commit ebf5721

Please sign in to comment.