Skip to content

Commit

Permalink
Merge pull request #18 from CriticalFlaw/3.0
Browse files Browse the repository at this point in the history
Version 3.0
  • Loading branch information
CriticalFlaw authored Nov 22, 2020
2 parents a8318bd + 7e9eddc commit f416fc5
Show file tree
Hide file tree
Showing 136 changed files with 5,225 additions and 5,042 deletions.
18 changes: 12 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Created by https://www.gitignore.io/api/visualstudio
# Edit at https://www.gitignore.io/?templates=visualstudio
# Created by https://www.toptal.com/developers/gitignore/api/visualstudio
# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudio

### VisualStudio ###
## Ignore Visual Studio temporary files, build results, and
Expand Down Expand Up @@ -34,6 +34,7 @@ bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/

# Visual Studio 2015/2017 cache/options directory
.vs/
Expand Down Expand Up @@ -73,6 +74,7 @@ StyleCopReport.xml
*_p.c
*_h.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
Expand Down Expand Up @@ -130,9 +132,6 @@ _ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding add-in
.JustCode

# TeamCity is a build add-in
_TeamCity*

Expand All @@ -143,6 +142,9 @@ _TeamCity*
.axoCover/*
!.axoCover/settings.json

# Coverlet is a free, cross platform Code Coverage Tool
coverage*[.json, .xml, .info]

# Visual Studio code coverage results
*.coverage
*.coveragexml
Expand Down Expand Up @@ -352,4 +354,8 @@ healthchecksdb
# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/

# End of https://www.gitignore.io/api/visualstudio
# Ionide (cross platform F# VS Code tools) working folder
.ionide/

# End of https://www.toptal.com/developers/gitignore/api/visualstudio
src/FlawBOT/Lavalink.jar
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ To run your own instance of FlawBOT, [clone this repository](https://github.com/

## API Tokens
* [Discord](https://discordapp.com/developers/applications/me) (*required*)
* [Google](https://console.cloud.google.com/projectselector/apis/credentials) (*YouTube, Geological Data*)
* [Steam](https://steamcommunity.com/dev/apikey)
* [Imgur](https://api.imgur.com/oauth2/addclient)
* [OMDB](http://www.omdbapi.com/apikey.aspx)
* [Twitch](https://dev.twitch.tv/dashboard/apps/create)
* [NASA](https://api.nasa.gov/)
* [Teamwork.TF](https://teamwork.tf/api)
* [News API](https://newsapi.org/)
* [Teamwork.TF](https://github.com/teamworktf/website_api)
* [News API](https://newsapi.org/)
* [WeatherStack](https://weatherstack.com/)
* [YouTube](https://console.cloud.google.com/projectselector/apis/credentials)
16 changes: 0 additions & 16 deletions src/FlawBOT.Core/Common/SharedData.cs

This file was deleted.

75 changes: 0 additions & 75 deletions src/FlawBOT.Core/FlawBOT.Core.csproj

This file was deleted.

Loading

0 comments on commit f416fc5

Please sign in to comment.