mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 21:44:48 +02:00
Change Github Authorization
This commit is contained in:
@@ -159,6 +159,7 @@ The difficulty in getting all of these keys is why I recommend
|
||||
* `POSTER_TOKEN` is the token of the webhook used for Xiao's meme poster. Not required.
|
||||
* `POSTER_TIME` is the interval to wait between when posting memes using Xiao's meme poster. Not required and defaults to one hour.
|
||||
* `REPORT_CHANNEL_ID` is the ID of the Discord channel you want to send messages from `report` to. Not required, and if not provided the report command simply DMs the owner.
|
||||
* `JOIN_LEAVE_CHANNEL_ID` is the ID of the Discord channel to send a message to whenever a new server adds or removes the bot. Not required.
|
||||
|
||||
### Emoji IDs
|
||||
|
||||
@@ -170,6 +171,7 @@ simply switch to basic text.
|
||||
* `MOCKING` is used in `mocking`.
|
||||
* `PORTAL` is used in `portal-send`.
|
||||
* `FLANKER`, `FRONT_LINE`, `SUPPORT`, and `DAMAGE` are used in `paladins`.
|
||||
* `LOADING` is used in commands that need to load for a long time before giving a response, such as `vocodes` and `dec-talk`.
|
||||
|
||||
### Dating Info
|
||||
|
||||
@@ -200,7 +202,7 @@ API. All are free unless otherwise stated.
|
||||
* `FACEPLUSPLUS_KEY` and `FACEPLUSPLUS_SECRET` can be obtained at the [FacePlusPlus console](https://console.faceplusplus.com/).
|
||||
* `FLICKR_KEY` can be obtained by going to [Flickr's App Garden](https://www.flickr.com/services/) and clicking "Get an API Key".
|
||||
* `GIPHY_KEY` can be obtained at the [Giphy developer portal](https://developers.giphy.com/).
|
||||
* `GITHUB_PASSWORD` and `GITHUB_USERNAME` are exactly what they say they are, all you have to do to get them is [sign up for GitHub](https://github.com/). If you have two-factor auth on your GitHub account, you can use [an access token](https://github.com/settings/tokens) for the password. Even if you don't, this is recommended for privacy reasons.
|
||||
* `GITHUB_ACCESS_TOKEN` can be obtained by [creating an access token](https://github.com/settings/tokens).
|
||||
* `GOOGLE_CALENDAR_ID` is an email for a Google calendar to be used in the `calendar` command. For example, US Holidays are `en.usa#holiday@group.v.calendar.google.com`.
|
||||
* `PERSONAL_GOOGLE_CALENDAR_ID` is basically the above, but for extra events. It's named personal as I use my personal email for the events. It's not required, and if not provided will just be skipped.
|
||||
* `GOOGLE_KEY` can be obtained at the [Google Developer Console](https://console.developers.google.com/). Be sure to click "Enable APIs and Services" and enable the following APIs:
|
||||
|
||||
Reference in New Issue
Block a user