- 18 Jul, 2021 18 commits
-
-
ntessera authored
Added the command that lets a user specify which channel the notifications and traffic updates should be sent in. Also, added the command that lets the user chose at what time the notifications are sent.
-
ntessera authored
Drastically improved the help command. Specifically, included the new commands for modifying where and when the notifications and traffic updates occur. Made the help command more readable by putting more space between each command description. Lastly, added example uses for each command with arguments to make it easier to use them.
-
ntessera authored
-
ntessera authored
-
ntessera authored
-
ntessera authored
-
ntessera authored
Made two new bot specific variables, WHEN and channel_id. Also, renamed file to be more syntactically appropriate.
-
ntessera authored
Using bot.channel_id instead of the old CHANNEL_ID in the .env file. Also, renamed files to be more syntactically appropriate.
-
ntessera authored
Created new cog that has a command that allows the user chose which channel the notifications and traffic updates are sent to.
-
ntessera authored
-
ntessera authored
-
ntessera authored
-
ntessera authored
-
ntessera authored
-
ntessera authored
Modified the on_ready function so that the bot sends a message in the general channel of the discord guild. Also, added a new function called set_channel that allows the user to set the channel where the notifications and traffic updates are sent.
-
- 14 Jul, 2021 2 commits
- 13 Jul, 2021 1 commit
-
-
ntessera authored
-
- 12 Jul, 2021 4 commits
- 11 Jul, 2021 2 commits
- 10 Jul, 2021 4 commits
- 09 Jul, 2021 9 commits
-
-
ntessera authored
Modified the functions so that they will properly send feedback to the user. Also, fixed some minor mistakes within some functions.
-
ntessera authored
Made the create event able to handle 7 arguments to make it significantly easier to create a custom event. Also, added 7 new setter methods that allow the users of the discord server to modify each aspect of each event in the event list. Lastly, added a clearEvents command that removes all events in the event list and added a removeEvent command that removes an event with a given event id.
-
ntessera authored
Slightly changed the name of the command to avoid confusion with the new custom events functionality.
-
ntessera authored
-
ntessera authored
Changed the create_event command so that the user can create an event with all the required parts at once.
-
ntessera authored
Modified the Event Class within CustomEvents.py to be more appropriate for its usage. Also, removed the add_custom_event function and created three other functions to replace it.
-
ntessera authored
-
ntessera authored
-
ntessera authored
-