diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-04-13 14:11:49 -0700 |
|---|---|---|
| committer | Yukai Shan <yukais6@uci.edu> | 2023-04-13 14:11:49 -0700 |
| commit | 5a8b780f3846a708bbf5cfffaf5ba457755bb5d7 (patch) | |
| tree | dc5e5115deb8e09fbe9b8785049375425e51cd3b | |
| parent | 50818a8c019eca008f61f32d4e523c424f124ff1 (diff) | |
Update README with new /configure
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -5,13 +5,17 @@ A Java JDA Bot for Tracking VTuber Livestreams and Schedules. - [JDA](https://github.com/DV8FromTheWorld/JDA) - [JHolodex](https://github.com/pinapelz/JHolodex) -## Usage +## Usage - Clone and build the project using Maven - Create a file called `config.json` in the settings folder of the root directory (if it doesn't already exist) - Fill in necessary credentials and settings in the config file - Create a file called 'upcomingChannels.txt' in the settings folder of the root directory (if it doesn't already exist) ### Configuring Custom Feeds +/configure command is used to configure a custom feed related to a particular channel or organizaton. +The command will use the channel the message is sent in as the channel to send the upcoming/live feed to + +This can also be manually configured through the upcomingChannels.txt file: ``` [TYPE]:[INFORMATION]:[DISCORD_CHANNEL_ID] TYPE: org (organization name) or channel (individual channel) @@ -28,3 +32,4 @@ channel:UC4WvIIAo89_AzGUh1AZ6Dkg:1094112349163638804 #  #  +#  |
