We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 883611e commit bf250e0Copy full SHA for bf250e0
4 files changed
Gemfile
@@ -4,8 +4,8 @@ source "https://rubygems.org"
4
gem "rails", "~> 8.0.2"
5
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
6
7
-gem 'discordrb'
8
-gem 'dotenv-rails'
+gem "discordrb"
+gem "dotenv-rails"
9
10
gem "propshaft"
11
# Use postgresql as the database for Active Record
app/lib/discord/bot.rb
@@ -25,4 +25,4 @@ def initialize(configuration)
25
end
26
27
28
-end
+end
app/lib/discord/configuration.rb
@@ -8,4 +8,4 @@ def initialize
# @log_mode = :normal
lib/tasks/discord.rake
@@ -12,4 +12,4 @@ def bot
12
13
bot_wrapper.bot
14
15
0 commit comments