Author Topic: I made a command but it's stopped working :(  (Read 2363 times)

0 Members and 2 Guests are viewing this topic.

saltmajor

  • Youngling
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
  • Twitch Name: saltmajor
I made a command but it's stopped working :(
« on: January 22, 2018, 07:44:55 AM »
Hey all! I made a command for my channel called !clip which saves a timestamp of the stream into a notepad file in a twitch folder on my pc, this allows me to go back and clip things to use for youtube.

The command message is "Thanks @user@ for adding the clip! @ @uptime2@ @savelog@[C:\Users\Lee Streaming Pc\Desktop\Twitch clips\twitchclips.txt,@uptime2@ clipped by @user@]"

For some reason it does not work anymore, it just randomly stopped working, and also I'd like the stamp to have a date so I can go back to it in batches of 2-3 days rather than at the end of each stream.

How can I add this feature but more importantly why has it stopped working? I've tried changing the location and file name but nothing.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: I made a command but it's stopped working :(
« Reply #1 on: January 22, 2018, 08:32:20 PM »
Technically this command was already made: !highlight <note>   Timestamps a certain part of your stream for stream highlights. It saves it to the highlights log in your Deepbot Folder > Log folder. (e.g. !highlight FunnyMoment)

But I would just remake the command. Also, make sure you are running the bot as admin.
Also make sure the file path is correct and this .txt  file is made since @savelog@ doesn't create the .txt file itself.
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

saltmajor

  • Youngling
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
  • Twitch Name: saltmajor
Re: I made a command but it's stopped working :(
« Reply #2 on: January 23, 2018, 12:06:34 AM »
Thanks Numblock, I'm sorry to be a pain but I'm really not good with creating commands such as this, I'm just going to remake the command. could you help me?

I've got the command !clip made, how should the command look?
I've made a new file and folder to save in,
I'd like it to be stored in C:\Users\Lee Streaming Pc\Desktop\Twitch\Twitch clips\twitchclip.txt
and I'd like the stored information to be in this format if possible "[22-Jan-18 15:48:32] Highlight at (time) requested by saltmajor

Any help would be appreciated.


saltmajor

  • Youngling
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
  • Twitch Name: saltmajor
Re: I made a command but it's stopped working :(
« Reply #3 on: January 24, 2018, 01:17:55 AM »
Would appreciate if anyone can help me with this code, looking to go live again within the next hour and would want to get it sorted if possible, Thanks

Lee

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: I made a command but it's stopped working :(
« Reply #4 on: January 24, 2018, 02:19:59 AM »
Thanks Numblock, I'm sorry to be a pain but I'm really not good with creating commands such as this, I'm just going to remake the command. could you help me?

I've got the command !clip made, how should the command look?
I've made a new file and folder to save in,
I'd like it to be stored in C:\Users\Lee Streaming Pc\Desktop\Twitch\Twitch clips\twitchclip.txt
and I'd like the stored information to be in this format if possible "[22-Jan-18 15:48:32] Highlight at (time) requested by saltmajor

Any help would be appreciated.

Should be:

@savelog@[C:\Users\Lee Streaming Pc\Desktop\Twitch\Twitch clips\twitchclip.txt,@datetime@[dd-MMM-yy HH:mm:ss] Highlight at @uptime@ requested by @user@]
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

saltmajor

  • Youngling
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
  • Twitch Name: saltmajor
Re: I made a command but it's stopped working :(
« Reply #5 on: January 25, 2018, 01:08:18 AM »

[/quote]

Should be:

@savelog@[C:\Users\Lee Streaming Pc\Desktop\Twitch\Twitch clips\twitchclip.txt,@datetime@[dd-MMM-yy HH:mm:ss] Highlight at @uptime@ requested by @user@]
[/quote]

Unfortunately this did not work, I've tried changing the location of the file to desktop and changing the path in the save log, didn't work.
Also tried changing the file name, still did not work.

Not sure what to try to be honest.


saltmajor

  • Youngling
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
  • Twitch Name: saltmajor
Re: I made a command but it's stopped working :(
« Reply #6 on: January 26, 2018, 09:52:24 PM »
BUMP

Still not working...