Giter Club home page Giter Club logo

discord_game_library's Introduction

FOSSA Status

Game Library Cog for RedBot

A Discord cog for creating user game lists, finding game list intersections, and some more stuff.

Installation

  • Add this repo to your bot with [p]repo add collective https://github.com/TheCogCollective/Discord_Game_Library
  • Install the library cog with [p]cog install collective gamelib (this may take a minute)
  • Finally, load the cog with [p]load gamelib

Updates

You can first check for cog updates by running [p]cog checkforupdates. If available, you can specifically update the library cog by running [p]cog update gamelib.

Usage

All the following commands need to be prefixed with '[p]game'. For example, if you want to manually add a game to your library with a '!' prefix, use:

!game add (game_name)

Steam:

  • steamkey - Sets the Steam API key for the bot (one-time setup; required to use the steamsync and update commands).
    • Visit the Steam Web API Key page, login with your Steam profile and fill out the short form to generate one - you can use any domain to do so.
  • steamsync - Syncs games between the given Steam ID and the user's library.
  • update - Updates a user's game library from their synced Steam profile (for new games and accidental deletions!).

Non-Steam:

  • add - Adds a game to a user's library.

Suggestions:

  • suggest - Looks at the libraries of online users and displays all the common games (priority order: voice > online users)
  • poll - Same as suggest, but instead creates a Strawpoll for users to vote on a game to play.

Deletions:

  • remove - Removes a game from a user's library (the update command will re-add all Steam games).
  • destroy - Deletes the author user's library.

Library:

  • list - Prints out a user's entire game library.
  • check - Checks for a game in a user's library, or for all online users in the server.

License

FOSSA Status


Made with โ™ฅ by Alchez and vjFaLk

discord_game_library's People

Contributors

alchez avatar fossabot avatar vjfalk avatar

Stargazers

 avatar

Watchers

 avatar  avatar

discord_game_library's Issues

FileNotFoundError

Exception in command 'game'
Traceback (most recent call last):
File "lib/discord/ext/commands/core.py", line 50, in wrapped
ret = yield from coro(*args, **kwargs)
File "/cogs/game.py", line 22, in game
suggestions = get_suggestions(get_all_users(ctx))
File "/cogs/game.py", line 310, in get_suggestions
game_list = get_games()
File "/cogs/game.py", line 246, in get_games
games = dataIO.load_json("data/game/games.json")
File "/cogs/utils/dataIO.py", line 32, in load_json
return self._read_json(filename)
File "/cogs/utils/dataIO.py", line 45, in _read_json
with open(filename, encoding='utf-8', mode="r") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'data/game/games.json'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "lib/discord/ext/commands/bot.py", line 846, in process_commands
yield from command.invoke(ctx)
File "lib/discord/ext/commands/core.py", line 630, in invoke
yield from injected(*ctx.args, **ctx.kwargs)
File "lib/discord/ext/commands/core.py", line 54, in wrapped
raise CommandInvokeError(e) from e
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: FileNotFoundError: [Errno 2] No such file or directory: 'data/game/games.json'

also

Exception in command 'game steamlink'
Traceback (most recent call last):
File "lib/discord/ext/commands/core.py", line 50, in wrapped
ret = yield from coro(*args, **kwargs)
File "/cogs/game.py", line 190, in steamlink
ids = get_steam_ids()
File "/cogs/game.py", line 260, in get_steam_ids
return dataIO.load_json("data/game/steamids.json")
File "/cogs/utils/dataIO.py", line 32, in load_json
return self._read_json(filename)
File "/cogs/utils/dataIO.py", line 45, in _read_json
with open(filename, encoding='utf-8', mode="r") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'data/game/steamids.json'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "lib/discord/ext/commands/bot.py", line 846, in process_commands
yield from command.invoke(ctx)
File "lib/discord/ext/commands/core.py", line 634, in invoke
yield from ctx.invoked_subcommand.invoke(ctx)
File "lib/discord/ext/commands/core.py", line 374, in invoke
yield from injected(*ctx.args, **ctx.kwargs)
File "lib/discord/ext/commands/core.py", line 54, in wrapped
raise CommandInvokeError(e) from e
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: FileNotFoundError: [Errno 2] No such file or directory: 'data/game/steamids.json'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.