A Slack Bot that pulls Pixiv information and posts the full image(s) into Slack, with iOS shortcuts.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
239 B

  1. module SlackMathbot
  2. module Config
  3. extend self
  4. attr_accessor :token
  5. attr_accessor :url
  6. attr_accessor :user
  7. attr_accessor :user_id
  8. attr_accessor :team
  9. attr_accessor :team_id
  10. attr_accessor :secret
  11. end
  12. end