Giter Club home page Giter Club logo

reaction-role's Introduction

Welcome!

Hello there, I'm Arthur. A 20-year-old Freelance Software Engineering student at HOWEST University of Applied Sciences. I like to build solutions for problems I have/encounter online.

Currently interested in low level programming with rust.

Current Stack

* ordered from most important first

  • Rust [tokio, axum, poem-openapi]
  • Typescript [Svelte (&kit)]
  • SCSS
  • Neovim & Neovide, Jetbrains IDE's with VIM bindings
  • Unix (See .dotfiles repository for config)
  • Docker
  • Git
  • Figma

Technologies I know

Python, Java, Go, Javascript [including: prisma, vue, react (&NextJs), expressjs], sql, sqlite, cql (with scylladb), mssql, mysql, postgresql, C# (&.NET), php (&Laravel), Windows, Docker, Markdown, CSS (&derivates), Kotlin (&compose), Terraform, Ansible

Feel free to contact me on discord arthur_dw or mail me [email protected].

reaction-role's People

Contributors

arthurdw avatar dependabot-preview[bot] avatar mend-bolt-for-github[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

reaction-role's Issues

Confused

Where do I make the command for the bot to do the reaction role message?

Bot permissions

Hi! I am trying to set this up for my discord server, hosting the bot on my linux server. It start up, connects, and I was able to invite it to my server aswell, I created a new role for my server, copied it's id. I sent a random message to use as testing, then after not seeing results, I tried using the join announcement message with similar configurations. This is how my file currently looks like

# -*- coding: utf-8 -*-
"""
MIT License

Copyright (c) 2019-2020 Arthur
.....

Format:
reaction_roles = {
...
}
"""


reaction_roles = {
    1151549620808327299: [
        ("red_car", 1151549651141533696)
    ],
    1151549086051352667: [
        ("eyes", 1151549651141533696),
        (":eyes:", 1151549651141533696),
        ("๐Ÿ‘€", 1151549651141533696)
    ]
}

Logs while the app is running only show a few lines.. Should I be seeing anything here?

[23-13-09 19:10:31][INFO] Initializing client...
[23-13-09 19:10:31][INFO] Started loading extensions.
/opt/reaction-role/lib/python3.11/site-packages/utilsx/discord/shorter.py:82: RuntimeWarning: coroutine 'BotBase.load_extension' was never awaited
  self.load_extension(extension)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
[23-13-09 19:10:31][INFO] Successfully loaded ReactionLogger
[23-13-09 19:10:31][INFO] Successfully loaded ReactionRoles
2023-09-13 19:10:31 INFO     discord.client logging in using static token
2023-09-13 19:10:32 INFO     discord.gateway Shard ID None has connected to Gateway (Session ID: ad3b440828fda4a61ed882c924ba78f6).
[23-13-09 19:10:34][INFO] Currently running on v39!

I was wondering if I set up permissions on the discord bot page right? Can you please provide some examples?

Also, even from the examples I am unsure which is the proper way to configure emoji reacts. Do I use the name of it, the syntax how I can type it, or the UTF-8 character? My best guess is the first one, but apparently I am not having massive success currently.. :D

Error in importing

there is an error importing repo in Versionhandler.py

Following is the error code provided by the terminal.
Screenshot 2021-01-10 143911

Exception has occurred: ImportError
Failed to initialize: Bad git executable.
The git executable must be specified in one of the following ways:
- be included in your $PATH
- be set via $GIT_PYTHON_GIT_EXECUTABLE
- explicitly set via git.refresh()

All git commands will error until this is rectified.

This initial warning can be silenced or aggravated in the future by setting the
$GIT_PYTHON_REFRESH environment variable. Use one of the following values:
- quiet|q|silence|s|none|n|0: for no warning or exception
- warn|w|warning|1: for a printed warning
- error|e|raise|r|2: for a raised exception

Example:
export GIT_PYTHON_REFRESH=quiet
File "C:\Users\dell\OneDrive\Desktop\Discord bots\Reaction-Role-master\utils\VersionHandler.py", line 27, in
from git import Repo
File "C:\Users\dell\OneDrive\Desktop\Discord bots\Reaction-Role-master\utils_init_.py", line 26, in
from utils.VersionHandler import VersionHandler
File "C:\Users\dell\OneDrive\Desktop\Discord bots\Reaction-Role-master\run.py", line 36, in
from utils import VersionHandler, PrintHandler

please provide me so guidance so that I could remove this error

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.