Giter VIP home page Giter VIP logo

rsb's People

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rsb's Issues

Interested.

I want the Bot for discord. My discord is PurpleDrip#1111 < Add me when ever you possibly can so we can have a conversation about the bot.

Sid#6220

Hey, thanks for letting others use the bot you put time and effort into!

R6 bot question

Hello I'm user Prestige#1917 on discord, a moderator from the R6 server knew I wanted to add the FairFight™️Jr bot because it’s useful in multiple ways, he sent me a link to here and told me to add you and to write this issue to grab your attention. (The bot is going to used for SiegeTales server)

Help setting up the R6 branch of RSB

Sorry to bother you, I had been trying to do this one my own for a couple days now but the only thing I've learned is that I know wayy less about programming and coding than I previously thought.
I run a gaming community of ~200 guys, and I love the functionality of FairFight Jr's LFG features. I'd like to host the bot for myself to achieve that for my members as well.

Do you happen to have developed a step-by-step guide over time from so many people asking? I have been watching various tutorials and guides but something either breaks along the way, or they don't show what I am trying to accomplish. Really appreciate any help you can provide, and only messaging you because it says to in the READ.ME. I will add you on Discord as well (username: Grogdan#7021) and am already in the Bot Help server. Thanks in advance.

r6 discord server bot!

Itzz_Sn0wy is my discord. Idk if you're still willing to help but I would really appreciate it! Thanks.

want the bot

Hey, I am interested in the bot, and my discord name is Boss#0006

Interested in the R6bot.

I am very much interested in this bot however I have a few questions.

I have sent you a friend request on Discord already -- I am Ilusionz#5718.

I'm more than willing to pay for any help given.

GitHub ideas

Add this to on message to check for pr's and issues, it might be better to just make a command like !github or something but this seems appropriate. Still figuring out how to get git commits so this is a wip.

        if ininstance(messsage.channel, discord.abc.GuildChannel):
            if not int(message.content[len(self.command_prefix):]):
                return

            try:
                import httplib
                c = httplib.HTTPConnection('https://github.com/srhinos/rsb/issues/' + message.content[len(self.command_prefix):])
                c.request("HEAD", '')
                if c.getresponse().status == 200:
                    await self.safe_send_message(message.channel, c)
                else:
                    try:
                        import httplib
                        c = httplib.HTTPConnection('https://github.com/srhinos/rsb/pull/' + message.content[len(self.command_prefix):])
                        if c.getresponse().status == 200:
                            await self.safe_send_message(message.channel, c)
                    except:
                        return
            except:
                return

FFJR BOT

Hey I am intrested of having the FFJR Bot but need some help! discord name and tag is Callooom#7538

Thanks
Callooom

Configuration

Is there a way that you could make a video tutorial on how to set this bot up?

I am in the R6 Discord and I love this bot, but I have only bothered to learn JS.

If you could make a video that explains how to set up the bot for those of us not so "inclined" in python that would be very beneficial. (or at least try telling me what to change so that I can make it work)

Pls dm

BuLLe7z TEG#2084 is my name

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.