This is a bot for discord, coded in python, and a fork of: https://github.com/lemon65/lemon_bot_discord
* Basically, what is done is that it has been ported to support Python 3.5
(Which is required by Discord.py v. 13). Not all features work, yet.
- Youtube Integration
- Magic EightBall
- Weather by ZipCode
- WolframAlpha
- Bing translate
- Steam common games finder
- Simple math (WolframAlpha has a superior feature, though)
- Games:
- Casino:
- Slot Machine
- Blackjack
- Whosaidit:
- A game where you get a random quote from chatlog and you must know who said it.
- Database functions: * Auto retrieving and archiving messages from discord servers to a local database * Multiple commands to access chatlogs: !randomquote, !top , etc.
- Trophies for certain things (they work as archievements, basically)
- Simple statistics webfront
- Python 3
- Virtualenv
- Vagrant
- Virtual Box
- NodeJS v8.10.0 (only if you wish to run the webfront)
On Windows you also need Visual C++ build tools from http://landinghub.visualstudio.com/visual-cpp-build-tools
Configure your secrets in secrets
. Use the secrets.example
as a template.
Initialize required services in VM by running
init_vm
Start the bot by running
run_bot
To run the statistics web page, use
run_web
- Git clone the Repo. * git clone https://github.com/thomaxius-and-co/lemon_bot_discord
- Install Vagrant
- Install Virtual box
- Install Python
- If you wish to use the webfront, install NodeJS v8.10.0
Commands | description |
---|---|
!youtube [search_term] | Searches youtube for text that the user passes, then gives back a link to one of the videos. |
!roll | This rolls from 0-100, and returns the users name and the roll value. |
!8ball [question] | This returns the eightball prediction and the question the user asked. |
!spank [target_user] | This will return with a punishment for the target user. |
!join [server join url] | Send the join URL to a sever where lemon bot is in and he will join the other server. |
!weather [Zip Code] | This uses a Weather API to return weather information based on the zip code. |
!slots | runs the slots, and uses the users money from the bank. |
!clear | clears the chat log in that channel. |
!bet [amount] | Set the users betting amount. |
!reviewbet | Returns the users current bet. |
!loan | Gives the user, a little cash, Max amount of $50 bucks. |
!bank | Shows the user how much money they have. |
!leader | Shows the Top five users with the most money. |
!wa [query] | Searches WolframAlpha |
!help | Returns the github page with Help information and commands. |
!math | Does a calculation with a maximum of 3 digits |
!blackjack | Play blackjack versus the dealer |
!translate | Translate a text to the given language |
!clearbot | Deletes 50 of bot messages. Only available to admins. |
!pickone | Picks a random choice out of X arguments. |
!randomcolor | get a random color. Powered by the colorcombos.com |
!randomquote | Retrieves a random quote from the database. Optional argument: custom . |
!editkbpsofchannels <8000-96000> | Change the kbps of all channels at once. |
!top | pre defined lists: spammers, whosaidit, whosaidit weekly, blackjack, slots, bestgrammar. User defined: custom . Also works with trophy names. |
!steam common | , , ..., - Find out what games you have in common with other user(s) |
!whosaidit | In this game you get a quote and you must guess who said it. Comes with weekly-resetting toplist. |
Trophy commands: | |
!trophycabinet | Check what trophies you might have. |
!addtrophy <name=> <conditions=> | Add a trophy into database. The one who with the most words on the "conditions=" argument gets the trophy. |
!alltrophies | Show all trophies in the guild. |
!deletetrophy | Delete a trophy. use !alltrophies to find ID of the trophy you wish to delete.. |
!alltrophies | List trophies. Shows ID that you can use with !deletetrophy |
Word censoring: | |
!addcensoredwords <words=> <exchannel=> <infomessage=> | Add a censored word entry. |
!deletecensoredwords | Delete a censored words -entry. You can get the ID from !listcensoredwords. |
!listcensoredwords | Gives you a list of censored words. |
Faceit commands: | |
!faceit + | |
stats | Display stats of certain player |
adduser | Add a user into the server's database. After this, their stats are updated into the server database. |
listusers | List added faceit users. |
deluser <faceit nickname or id (use !faceit listusers> | Delete user from server's faceit database |
setchannel | Set spam channel where elo change spam etc. will be sent to. |
addnick | Add a nickname that will show up in elo change messages. |
toplist | Display top 10 players of the server. |
- You can contact us (rce or Thomaxius) via our profile pages.
- I have seen lag issues with servers that can't parse the HTMl data quickly, for example a Raspberry-PI
- Rapptz, for making discord.py - https://github.com/Rapptz/discord.py
- Lemon, for the base, or skeleton of a base.
Original lemon bot: #################### Copyright (c) 2016 RamCommunity #################
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so