Updated changelog and upped version to 5.1.3
I might have also updated creds_example.yml
This commit is contained in:
parent
291b2fb580
commit
2be2cdf713
3 changed files with 20 additions and 2 deletions
src/EllieBot
|
@ -4,7 +4,7 @@
|
|||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>true</ImplicitUsings>
|
||||
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
|
||||
<Version>5.1.2</Version>
|
||||
<Version>5.1.3</Version>
|
||||
|
||||
<!-- Output/build -->
|
||||
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# DO NOT CHANGE
|
||||
# DO NOT CHANGE
|
||||
version: 7
|
||||
# Bot token. Do not share with anyone ever -> https://discordapp.com/developers/applications/
|
||||
token: ""
|
||||
|
@ -18,6 +18,7 @@ totalShards: 1
|
|||
# Go to the Keys page and click "Generate New Key" and copy it here
|
||||
# You and anyone else with the permission to run `.prompt` command will be able to use natural language to run bot's commands.
|
||||
# For example '@Bot how's the weather in Paris' will return the current weather in Paris as if you were to run `.weather Paris` command.
|
||||
# ⚠ This does not currently work and is a work in progress.
|
||||
ellieAiToken:
|
||||
# Login to https://console.cloud.google.com, create a new project, go to APIs & Services -> Library -> YouTube Data API and enable it.
|
||||
# Then, go to APIs and Services -> Credentials and click Create credentials -> API key.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue