Skip to content

Commit 3967be3

Browse files
committed
Disable discord libsodium warning
1 parent 4a3f4de commit 3967be3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/pyxis.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# frozen_string_literal: true
22

33
require 'bundler'
4+
5+
ENV['DISCORDRB_NONACL'] = 'true' # disable warning that libsodium is not available
46
Bundler.require
57

68
module Pyxis

0 commit comments

Comments
 (0)