Giter VIP home page Giter VIP logo

Comments (7)

bozhko-egor avatar bozhko-egor commented on July 25, 2024

Oh i'm sorry. Haven't been around my pc for a while. I know there is an issue with adding Steam id - Discord id connection. Gonna look into it right now.

from dota2-discord-bot.

bozhko-egor avatar bozhko-egor commented on July 25, 2024

Fixed it. Should be working as intended now. Thanks for the opened issue!

from dota2-discord-bot.

ilyaskos3 avatar ilyaskos3 commented on July 25, 2024

What if we added wrong steamid ? Is there a any delete option ?

from dota2-discord-bot.

bozhko-egor avatar bozhko-egor commented on July 25, 2024

Yes there is - !delete_steamid
I should probably fix !help message and Readme.md to make this clear.

from dota2-discord-bot.

ilyaskos3 avatar ilyaskos3 commented on July 25, 2024

Thanks a lot . Can you add a guide about how to run this bot on our own server ?

from dota2-discord-bot.

bozhko-egor avatar bozhko-egor commented on July 25, 2024

LIke guide about running your own separate version of bot or just adding the bot to server? Because in second case you just need to use this link.

In first case:

#Running your instance of bot

Config

To launch your own version of bot you need to create one configuration file: token_and_api_key.py with lines:

token = "your discord token" You can get one here.

client_id = discord client id

log_chat_id = chat id in which bot will post logs

font_path = path to fonts you want to use in !game_stat - Main text font.

font1_path - Font of the numerals

Also you need to change Admin Discord_id to yours in /cogs/utils/checks.py

##Requirements

  1. Python 3.5+
  2. discord.py
  3. Pymongo
  4. NumPy
  5. OpenCV 3.0+
  6. matplotlib
  7. tabulate

Also you need running instance of MongoDB.

from dota2-discord-bot.

ilyaskos3 avatar ilyaskos3 commented on July 25, 2024

Thank you will try this.

from dota2-discord-bot.

Related Issues (1)

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.