Skip to content

Commit

Permalink
fix base64 require statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifiht committed Feb 11, 2024
1 parent 6cf78cb commit b93aa01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/shiki_gram.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "yaml"
require 'base64'

class ShikiGram
def wrap_msg(msg)
Expand Down

0 comments on commit b93aa01

Please sign in to comment.