Skip to main content

2020-03-10

21:03 - Added removal of "!raid" command - -

2020-03-09

23:03 - Added website profile imports - Includes twitch name, twitch url, discord name, discord Id, raid GIf and discord accent colour, more to come -

2020-02-28

01:02 - Added "Live Now" user profile fields. - Currently not synced, jsut here as a placeholder -
01:02 - Twitch channel joins now determined by Website user profiles - -

2020-02-26

00:02 - Added auto capture of Twitch/discod username - also Generation of Twitch URL and capture of discord ID, this can be viewed but not changed -
00:02 - Added discord login - -
00:02 - Added Twitch login to website - -

2020-02-19

23:02 - Added display of user profile fields to user profile page - -
19:02 - Vanity URLs created for discord invite an dinviting the bot - Also added discor dinvite to homepage -

2020-02-15

14:02 - Fixed an error with incompatible commands - Commands used on a platform they were not compatible with triggered an undefined variable errior, fixed this. -

2020-02-13

18:02 - Added social profile fields to user profiles on website - -

2020-02-11

19:02 - Added ability to use custom gifs and profile image to raid command - -
18:02 - Added raid command with a raid hype emote - Currently using dummy or manually entered data. We will load from website user profiles later. -
15:02 - Added custome class for streamer profile - To hold data loaded from the website user profile -

2020-02-10

16:02 - Added triggers to the command constructor - This allows triggering functions rather than a simple tring response -
16:02 - Added command list - Typing !commands now lists commands, currently all available, regardless of platform, will be refined later to only be available comamnds -
16:02 - Added command constructior - new Command(string1, string2, int1, int2, bool) string 1, the command string 2, the commands response int1 number representing the origin of the command. int2 number representing the destination of the command bool should this be sent as a reply with an "@" to the userAgent -
13:02 - Discord and twitch command optimisation - Both now skip processing a chat message if the message recieved is a command. It switches to the command processor rather than processing both asyncronously -
13:02 - Added chatData.userstate to twitch module - chatData.user now directly used userstate['disply-name'] -

2020-02-09

22:02 - Added events handler to twitch and discord modules - Events triggered by both is 'command' -