View the commands for ScheduleCrawler.
Returns information about the bot (how many servers; Total Members using such; Uptime; Channels (text/voice); Invite; Source Code (with link); Issue Tracker (with link); About (including link to support server)
%botinfo
%botinfo
stats, info
member (everyone)
information
Generates an Invite Code for this Bot.
You really should invite it to your server. Thank you!
%invite
%invite
member (everyone)
information
Returns an interactive menu to guide through commands and their use
%help [command]
command:
then name of the command.
%help
%help magic
member (everyone)
information
Returns link to the support server/services for the bot.
%support
%support
member (everyone)
information
Quick creation of events.
%schedule title:eventTitle desc:eventDescription date:DD/MM/YYYY time:0000-2359
title:
The title of the event.
desc:
The description of the event.
date:
The date of the event, in a DD/MM/YYYY format
(Note this is UTC time).
time:
The time of the event, in a HHMM format
(Note this is UTC time).
%schedule title:Test Event desc:Test Description date:20/10/2021 time:1337
administrator, Event Coordinator
scheduling
Initializes Schedulecrawler, links it to the given channel, and creates the ``Event Coordinator`` role for you server. This role is needed for all schedule commands.
%schedule init <channelId>
channelId:
The channel Id
{/channelId}
%schedule init 858317984509591562
administrator, Event Coordinator
scheduling
Starts a wizard for you to follow, guides you through all the steps to create your own event!
%schedule create
%schedule create
administrator, Event Coordinator
scheduling
Changes the host of a given event.
%schedule author <id> <newAuthor>
id:
The event Id.
The Id is shown in the lower left corner of events.
newAuthor:
The new event author
{/userId}
%schedule author 1 95486109852631040
administrator, Event Coordinator
scheduling
Changes the title of a given event.
%schedule title <id> <newTitle>
id:
The event Id.
The Id is shown in the lower left corner of events.
newTitle:
The new event title
%schedule title 1 Lorum Ipsum
administrator, Event Coordinator
scheduling
Changes the description of a given event.
%schedule description <id> <newDesc>
id:
The event Id.
The Id is shown in the lower left corner of events.
newDesc:
The new event description
%schedule description 1 Cool New Description
administrator, Event Coordinator
scheduling
Changes the date of a given event. In a DD/MM/YYYY format. (UTC TIME)
%schedule date <id> <newDate>
id:
The event Id.
The Id is shown in the lower left corner of events.
newDate:
The new event date, in a DD/MM/YYYY format. (UTC TIME)
%schedule date 1 01/01/2022
administrator, Event Coordinator
scheduling
Changes the time of a given event. In a HHMM format. (UTC TIME)
%schedule time <id> <newTime>
id:
The event Id.
The Id is shown in the lower left corner of events.
newTime:
The new event time, in a HHMM format. (UTC TIME)
%schedule time 1 2359
administrator, Event Coordinator
scheduling
Cancels given event. Requires a confirmation click
%schedule cancel <id>
id:
The event Id.
The Id is shown in the lower left corner of events.
%schedule cancel 1
administrator, Event Coordinator
scheduling
Changes the scheduling channel to a new one.
%schedule channel <channelId>
channelId:
The channel Id to change to
{/channelId}
%schedule channel 858317984509591562
administrator, Event Coordinator
scheduling
Changes the Event Coordinator role to a new one.
%schedule role <roleId>
roleId:
The role Id to change to
{/roleId}
%schedule role 854814193147969577
administrator, Event Coordinator
scheduling
Returns lists of people that signed up to an event. Returns nothing if a certain type doesn't exist.
%schedule people <id>
id:
The event Id.
The Id is shown in the lower left corner of events.
%schedule people 1
administrator, Event Coordinator
scheduling
Sets notifications with specific messages or just a general alarm to notify you
%remindme <message_id> <time_string>
time_string:
This is a natural language interpreter, for instance `3 days, 2 hours, 15 minutes` will remind you in, you guessed it, 3 days, 2 hours and 15 minutes from now.
message_id:
This is a message Id, which you can find out how to get [here](https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID-)
%remindme 3 hours
%remindme 855810563232497704 10 minutes
member (everyone)
schedule, notification