Author Topic: Custom Commands Help  (Read 1596 times)

0 Members and 1 Guest are viewing this topic.

Ace_Nelson

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Ace_Nelson
Custom Commands Help
« on: August 16, 2014, 02:54:23 AM »
Hello all!

I am a new user to DEEP bot and I really enjoy it. I am excited for future upgrades to the software!

I have a couple of queastions i hope you guys can help me out with.

I know that when making custom commands using things like @user@ or @points@ will display just that. But i am trying to make more custom commands but I am looking for a list of @ commands that can be used and what they do. Specifically I am looking for the @ command that will show the users RANK when they ask for thier points value.

Any help is appriciated and i hope this thread can service help to other new users! Thanks!

ExpertsOnline

  • Creator
  • Councilor
  • *****
  • Posts: 2656
  • Karma: +289/-24
    • View Profile
  • Twitch Name: expertsonline
Re: Custom Commands Help
« Reply #1 on: August 16, 2014, 07:32:07 AM »
Listed below are the dynamic variables that work with DeepBot.
@user@ = User Name
@target@ = First Parameter of channel message ( E.g. message : http://twitch.tv/@target@, "!twitch experts" will give a message http://twitch.tv/experts )
@points@ = User Points
@joindate@ = Date user joined the channel.
@hours@ = Number of hours watched.
@streamrank@ = User stream rank.
@hrstolevelup@ = Hours till user reaches next stream rank.
@last5follows@ = Last 5 users who have followed the stream [Also works on timed messages]
@last10follows@ = Last 10 users who have followed the stream [Also works on timed messages]

Ace_Nelson

  • Youngling
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
  • Twitch Name: Ace_Nelson
Re: Custom Commands Help
« Reply #2 on: August 19, 2014, 11:57:24 AM »
Thank you SO MUCH! This really helps me! <3