Deep Bot - Twitch Streamer Assistant

Deep Bot => Help/Support => Topic started by: crybrant on October 07, 2016, 08:02:51 AM

Title: Can i add a custom commands with "text" and "commands"?
Post by: crybrant on October 07, 2016, 08:02:51 AM
I'd like to build a custom command which includes some message and a exist command: !dj
can it be:

Code: [Select]
This music sounds great: !songor
Code: [Select]
This music sounds great: @exec@[0,!song]in ONE line?

I want the result to be like this:
Quote
This music sounds great: Currently playing : 千本襪 (野原廣志), requested by ptfkc123

thanks
Title: Re: Can i add a custom commands with "text" and "commands"?
Post by: TheNumbLock on October 08, 2016, 03:19:32 AM
I'd like to build a custom command which includes some message and a exist command: !dj
can it be:

Code: [Select]
This music sounds great: !songor
Code: [Select]
This music sounds great: @exec@[0,!song]in ONE line?

I want the result to be like this:
Quote
This music sounds great: Currently playing : 千本襪 (野原廣志), requested by ptfkc123

thanks

You would probably use @readfile@. Example: This music sounds great: @readfile@[C:\DeepBot - Twitch Streamer Assistant\obs\CurrentSongFormatted.txt]
Title: Re: Can i add a custom commands with "text" and "commands"?
Post by: crybrant on October 08, 2016, 05:26:01 AM
thanks for your help.