Install discordrb via Bundler
mainTo add discordrb to your project using Bundler, add the following line to your Gemfile:
gem 'discordrb'Then, run bundle install in your terminal. To run a script (e.g., ping.rb) within the Bundler context, use:
bundle exec ruby ping.rb