GithubHelp home page GithubHelp logo

cakebotpro / cakebot Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 6.0 9.27 MB

A cool, new Discord bot :cake:

Home Page: https://cakebot.club

License: GNU Affero General Public License v3.0

JavaScript 1.23% TypeScript 98.77%
bot discord js nodejs ts typescript

cakebot's People

Contributors

121mwang avatar chachydev avatar dependabot-preview[bot] avatar dependabot-support avatar dependabot[bot] avatar lakshyashastri avatar minotaa avatar paramt avatar rdil avatar rdilbot avatar vilagamer999 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cakebot's Issues

Item trading

When trying to trade items, cakebot says that item isn't owned by character. Equip/unequip work just fine. There's a party of 8 and we love this game.

Cookies

Todo:

  • cookie give tests
  • cookie balance tests
  • cookie set tests

Bug with server join message

Just noticed that in the logs, the following is thrown:

Jun 25 14:26:01 Ignoring exception in on_guild_join
Jun 25 14:26:01 Traceback (most recent call last):
Jun 25 14:26:01   File "/home/jumbocakeyumyum/.local/lib/python3.7/site-packages/discord/client.py", line 270, in _run_event
Jun 25 14:26:01     await coro(*args, **kwargs)
Jun 25 14:26:01   File "main.py", line 205, in on_guild_join
Jun 25 14:26:01     await ServerUtil.get_general(guild).send_message(embed=EmbedUtil.prep(title="Heya!", description="Today is a great day, because I get the honor of joining this server :D"))
Jun 25 14:26:01 AttributeError: 'NoneType' object has no attribute 'send_message'

Can somebody take a look into this please

Ignore the times being wrong

Global Chat Integration

Status:

  • setup DB
  • wait for #76 to get merged
  • translate from cog
    • or write compatibility library
  • link message IDs up to database
  • don't ruin working production build in doing all this

Permission System

We should make a system so that we can add moderation commands, yet make sure they aren't used by non worthy users.

Proposal:

# use hasRole method in main.py
# or check if user has the perm on the server via discord.py permissions
if hasRole("Mod"): #has a role with mod in it or something
    # allow commands

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.