module DList::User::Information

User client - information

Public Instance Methods

bots() click to toggle source

Fetches your bots

@return [Hash] raw data from DList

# File lib/dblista/user/info.rb, line 16
def bots
  DList._get('/bots/user/me', @token)
end
servers() click to toggle source

Fetches your servers

@return [Hash] raw data from DList

# File lib/dblista/user/info.rb, line 9
def servers
  DList._get('/servers/user/me', @token)
end