#sir-lancebot-playground
1 messages ยท Page 99 of 1
try modmail
.hackstats
Here are some stats!
ChrisGallardo has made 4 contributions in October
ChrisGallardo has earned a T-shirt or a tree!
2 contributions to gustavwilliam/hello-world
1 contribution to python-discord/seasonalbot
1 contribution to ChrisGallardo/seasonalbot
.love @toxic dock @unborn night
AaravM4#9558 โค myPetWiiUReggie#4675 scored 59%!
โ
Your relationship has a reasonable amount of working out. But do not overestimate yourself there. Your relationship will suffer good and bad times. Make sure to not let the bad times destroy your relationship, so do not hesitate to talk to each other, figure problems out together etc.
no

.hacktoberfest
.speedrun
Run with commentary: https://www.youtube.com/watch?v=G6vdqhYLblg
Very bizarre run. Lost a minute on koga and fly splits and yolod agatha since i only had 2 super potions because of bad silph rival. Luckily, yolo agatha made the time good enough that I can be happy with it, so...
.issue 237
.speedrun
dk28's record-breaking speedrun of Contra for the NES.
Follow him on Twitch: http://www.twitch.tv/dk28
.hacktoberissues
How cool can it be to have your code keep a track of stock prices for you maybe send a push? notification is an entered stock falls below an entered limit. Get creative and find a way to implement it .
Hacktoberfest
good first issue
.hacktoberissues
Hacktoberfest
documentation
help wanted
.hacktoberissues
In update_note properties not specified in kwargs are set to default values and then send to the server.
This should be documented or changed to the saver behavior to not send fields that were not specified by the called.
This is particular troublesome for the tagsfield. Tags are not returned by get_note so when you get a note and then update (even w/o any change) tags will be lost. To avoid user needs to be aware + do extra round trips to get tags before updating.
If PRs from new contributors are desired I can provide the fix myself.
bug
hacktoberfest
.hacktoberissues
Train the prima vita agents for the following hyperparameter setting:-
Hyperparameter(s) to tune
speed (this goes in the hyperparameters list in hypertune object)
Values to tune for this hyperparameter
[65, 70, 75, 80, 85] (this goes in values list in hypertune object)
Stop at
2000 (this goes in stop at in hypertune object)
How to train this?
Go to this <a href="https://gist.github.com/frankhart2018/3cee63273f1e32ed4e5092d1c787ebe2">Gist</a> or visit the official docs (<a href="https://project-dc.github.io/docs/doc.html">Docs</a> Example section) to get an idea.
Where to put the logs?
Upload the logs in google drive (either as zip or as it is) and then create a file called 15.txt in logs/ folder in this repository. Put the link in this file while creating your PR.
What to name the file?
15.txt
Note: You can only start doing a question if it has been assigned to you by a maintainer. Once assigned to someone this questions will not be reassigned, it can only be reassigned if the person does not complete his/her task.
easy
enhancement
hacktoberfest
.hacktoberissues
OpenML features different task types (e.g. classification, regression), which we map to integers through this class.
Since Python 3.4 added Enums to the language, so we can update our code!
In particular, we should:
- convert the TaskType to an Enum
- refactor the name (just
TaskTypeis sufficient) - update every use and type hint and doc string where
TaskTypeis anintto use the enumTaskTypeinstead, for example here:
def create_task(
task_type_id: TaskType,
...
)
- bonus: make
OpenMLTask.task_type(a string representation of the task type) based on the enum directly: iftask_typeis your storedTaskTypeenum variable, the string name is accessed withtask_type.name.
This issue requires little knowledge of the modules, but might be a bit of work to find different spellings of task_type.
Make sure to use your IDE for renaming (e.g. shift+F6 in PyCharm on Windows) to rename all references to a variable at once!
Use find across multiple files (e.g. PyCharm ctrl+shift+F) through all files for terms like "task_type_id" to help find variables and documentation to update.
Hacktoberfest
.hacktoberissues
After a user's point count has been changed, the bot should automatically update the user's level in the database if applicable. If the level is updated, an embed should also be sent to congratulate the user on being levelled up to level x.
Level is calculated by the following algorithm: 1 + (math.floor(0.3 * math.sqrt(user_points)))
You can refer to our previous bot's source code for reference. Please note that it may be difficult to navigate through due to its poor scalibility.
enhancement
good first issue
hacktoberfest
help wanted
.hacktoberissues
Please update resolve_gardens (at line 40) in gardens/schema.py to throw an error unless user is_staff or is _superuser. You can check out the resolve_user_gardens resolver for some clues as to how to do so.
Hacktoberfest
.hacktoberissues
Python
good first issue
hacktober
hacktoberfest
hacktoberfest-2020
.hacktoberstats
Here are some stats!
mcurranseijo has made 6 contributions in October
mcurranseijo has earned a T-shirt or a tree!
4 contributions to mcurranseijo/Friendo_Bot
1 contribution to mcurranseijo/Bradley_Discord_Bot
1 contribution to fisher60/Friendo_Bot
Here are some stats!
gustavwilliam has made 2 contributions in October
gustavwilliam is 2 PRs away from a T-shirt or a tree!
1 contribution to python-discord/branding
1 contribution to gustavwilliam/StarDot
.help
RecommendGame
.recommendgame
Sends an Embed of a random game recommendation.
Reddit
.reddit [subreddit=python] [sort=hot]
Fetch reddit posts by using this command.
RomanceMovieFinder
.romancemovie
Randomly selects a romance movie and displays information about it.
SaveTheDate
.savethedate
Gives you ideas for what to do on a date with your valentine.
ScaryMovie
.scarymovie
Randomly select a scary movie and display information about it.
.bunnifyme
Snuffle Thing






.hackstats
Here are some stats!
gustavwilliam has made 3 contributions in October
gustavwilliam is 1 PR away from a T-shirt or a tree!
2 contributions to python-discord/branding
1 contribution to gustavwilliam/StarDot
.hacktoberissues
Kindly check the README.md for basic syntax
when you add your information do place your blocks at the end of last statement.
Hacktoberfest
good first issue
hacktoberfest2020
.hackstats
Here are some stats!
SansPapyrus683 has made 3 contributions in October
SansPapyrus683 is 1 PR away from a T-shirt or a tree!
2 contributions to C0D1NG/Development
1 contribution to iot-lab-kiit/tasks.py
.hackstats
Here are some stats!
gustavwilliam has made 4 contributions in October
gustavwilliam has earned a T-shirt or a tree!
3 contributions to python-discord/branding
1 contribution to gustavwilliam/StarDot
.hacktoberissues
Hacktoberfest
.hacktoberissues
good first issue
hacktoberfest
help wanted
.hacktoberissues
Description of the Problem
We distribute some number of candies, to a row of n = num_people people in the following way:
We then give 1 candy to the first person, 2 candies to the second person, and so on until we give n candies to the last person.
Then, we go back to the start of the row, giving n + 1 candies to the first person, n + 2 candies to the second person, and so on until we give 2 * n candies to the last person.
This process repeats (with us giving one more candy each time, and moving to the start of the row after we reach the end) until we run out of candies. The last person will receive all of our remaining candies (not necessarily one more than the previous gift).
Return an array (of length num_people and sum candies) that represents the final distribution of candies.
Example 1:
Input: candies = 7, num_people = 4
Output: [1,2,3,1]
Explanation:
On the first turn, ans[0] += 1, and the array is [1,0,0,0].
On the second turn, ans[1] += 2, and the array is [1,2,0,0].
On the third turn, ans[2] += 3, and the array is [1,2,3,0].
On the fourth turn, ans[3] += 1 (because there is only one candy left), and the final array is [1,2,3,1].
Example 2:
Input: candies = 10, num_people = 3
Output: [5,2,3]
Explanation:
On the first turn, ans[0] += 1, and the array is [1,0,0].
On the second turn, ans[1] += 2, and the array is [1,2,0].
On the third turn, ans[2] += 3, and the array is [1,2,3].
On the fourth turn, ans[0] += 4, and the final array is [5,2,3].
Constraints:
1 <= candies <= 10^91 <= num_people <= 1000
Code
class Solution:
def distributeCandies(self, candies: int, num_people: int) -> List[int]:
Link To The LeetCode Problem
Math
difficulty-easy
good first issue
hacktoberfest
help wanted
.hackstats
Here are some stats!
SansPapyrus683 has made 4 contributions in October
SansPapyrus683 has earned a T-shirt or a tree!
2 contributions to C0D1NG/Development
1 contribution to tarunjain1st/Hacktoberfest2020
1 contribution to iot-lab-kiit/tasks.py
.hacktoberissues
Hacktoberfest
good first issue
hacktoberfest-accepted
help wanted
.hacktoberissues
Title - Expanding the string from a-z
Input : A-D
Output : ABCD
Input : a-b
Output : ab
what will change -
Assignees -
Type of Issue
Please add/delete options that are not relevant.
- [โ] Improving Code
- [โ] Improving Documentation
- [โ] Adding New Code
Programming Language
Please add/delete options that are not relevant.
- [โ] Python
Hacktoberfest
We have created 2 issues in the repository containing the docker image of our Logstash service in order to improve the functionality of app-http-logger.
The repo is https://github.com/redpencilio/http-logger-logstash-service/issues
And the issues are :
- Add websocket support: https://github.com/redpencilio/http-logger-logstash-service/issues/1
- Send email when we capture too many errors: https://github.com/redpencilio/http-logger-logstash-service/issues/2
hacktoberfest
.hacktoberissues
bug
documentation
enhancement
good first issue
hacktoberfest
hacktoberfest2020
help wanted
question
Hacktoberfest
Before jumping into Pr first comment for assign.All Problem from Edabit. Link is mandatory to add
Problem statement: Write a function that takes a string "a + bi" and returns a tuple (a, b).
Problem Link: https://edabit.com/challenge/oFNJeSzzcTgMwLFy5
Before submitting a PR please Check some details.Check Edabit for problem task
- [x] fileName formet should be in camelcase
example- returnTheNextNumber.py - [x] Add label for Problem
- [x] In file there should be problem statement and link to probelm
example -
'''
Probem Task : This program will add two numbers
Problem Link : https://edabit.com/challenge/SFzHtm63XT6EYNHWY
'''
*/
def main():
return a + b
This repository is vaild for HacktoberFest2020
Read before making PR - How to contribute on Github
Good Luck,
hacktoberfest
hard
python
Apparently, due to fastai, deployment of the API on Heroku has been a headache, would appreciate if anyone can solve this deployment issue so the frontend team's work becomes easier
hacktoberfest
help wanted
.hacktoberissues
Enhancement
Frontend
Hacktoberfest
good first issue
.hacktoberissues
Luego de realizar una refactorizaciรณn del cรณdigo, se puede idear una forma de crear archivos dedicados que puedan extraer informaciรณn de distintas pรกginas, no solo de linkedin.
Quizรกs una propuesta pueda ser:
โโโ addon
โย ย โโโ facebook.py
โย ย โโโ glassdoor.py
โย ย โโโ linkedin.py
โโโ main.py
Asรญ cada archivo puede extraer informaciรณn de algunos trabajos.
Para parsear sitios web, se pueden utilizar distintos modulos y combinaciones entre ellos, sin ninguna preferencia, acรก una lista:
- BeautifulSoup - HTML parsing https://www.crummy.com/software/BeautifulSoup/
- Scrapy - Web scrapper https://scrapy.org/
- Selenium - Simular el 'uso' de un sitio web https://selenium-python.readthedocs.io/
Hacktoberfest
.hacktoberissues
Make the arrows connecting nodes curved so that bidirectional connections do not overlap.
Hacktoberfest
.hacktoberissues
For example:
is_balanced()
is_subtree()
is_symmetric()
longest_consecutive()
lowest_common_ancestor()
max_height()
max_path_sum()
min_height()
good first issue
hacktoberfest
help wanted
.hacktoberissues
Add to problems a way to categorize them, so it will be possible to search problems by type (like mathematics, string manipulation, etc) or difficulty (easy, medium, etc). It can be some tagging library or just keep it simple and create a new model to store that information.
We can split this issue in two parts (the first is a blocker for the second):
- [ ] labels/tags/categories to one problem (each problem can have more than one of each) and show them in problem details;
- [ ] Think a way to allow the user search by this categories in UI (and create a new issue to handle it)leave this for a separated issue
area::application
hacktoberfest
help wanted
.spookify
:incoming_envelope: :ok_hand: applied mute to @autumn helm until 2020-10-04 07:57 (9 minutes and 58 seconds) (reason: duplicates rule: sent 4 duplicated messages in 10s).
.spookify
.help
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine [user] [valentine_type]
Send a valentine to user, if specified, or to a random user with the lovefest role.
Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.
.help pin
.bookmark <target_message> [title=Bookmark]
Can also use: bm, pin
Send the author a link to target_message via DMs.
.hacktoberissues [option]
*Get a random python hacktober issue from Github.
If the command is run with beginner (.hacktoberissues beginner):
It will also narrow it down to the "first good issue" label.*
EmojiCount
.emoji_count [emoji]
Returns embed with emoji category and info given by the user.
Fun
.caesarcipher
Translates a message using the Caesar Cipher.
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).
.uwu <text>
Converts a given text into it's uwu equivalent.
Games
.games [amount=5] [genre]
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
HacktoberIssues
.hacktoberissues [option]
Get a random python hacktober issue from Github.
.ec lemon
.ec lemon
.ec duck
These are the valid categories
python, joe, pydis, okhandbutflipped, yert, lemonpeek, hyperlemon, thinkmon, lemonshake, brainmon, this, grumpchib, ducky, py, logo, flag, aniblobsweat, amegablobsweats, ablobhammer, pyllow, blobgrimacing, pipenv, pithink, jam, incident, trash, lemon, lemonsaurus, dice
.ec ham
These are the valid categories
python, joe, pydis, okhandbutflipped, yert, lemonpeek, hyperlemon, thinkmon, lemonshake, brainmon, this, grumpchib, ducky, py, logo, flag, aniblobsweat, amegablobsweats, ablobhammer, pyllow, blobgrimacing, pipenv, pithink, jam, incident, trash, lemon, lemonsaurus, dice
.ec jam
.hacktoberissues
๐ Feature
Currently, ignite provides only a basic time profiling tool : https://pytorch.org/ignite/master/contrib/handlers.html#ignite.contrib.handlers.time_profilers.BasicTimeProfiler
Which can print something like
----------------------------------------------------
| Time profiling stats (in seconds): |
----------------------------------------------------
total | min/index | max/index | mean | std
Processing function:
157.46292 | 0.01452/1501 | 0.26905/0 | 0.07730 | 0.01258
Dataflow:
6.11384 | 0.00008/1935 | 0.28461/1551 | 0.00300 | 0.02693
Event handlers:
2.82721
- Events.STARTED: []
0.00000
- Events.EPOCH_STARTED: []
0.00006 | 0.00000/0 | 0.00000/17 | 0.00000 | 0.00000
- Events.ITERATION_STARTED: ['PiecewiseLinear']
0.03482 | 0.00001/188 | 0.00018/679 | 0.00002 | 0.00001
- Events.ITERATION_COMPLETED: ['TerminateOnNan']
0.20037 | 0.00006/866 | 0.00089/1943 | 0.00010 | 0.00003
- Events.EPOCH_COMPLETED: ['empty_cuda_cache', 'training.<locals>.log_elapsed_time', ]
2.57860 | 0.11529/0 | 0.14977/13 | 0.12893 | 0.00790
- Events.COMPLETED: []
not yet triggered
What would be nice to have:
- more compact representation (maybe inspire from https://pytorch.org/docs/stable/autograd.html#torch.autograd.profiler.profile)
- profile handlers and not events. As we are looking for bottlenecks it would be helpful to know which functions take time and not on which event.
- better representation of data prep time vs training time
Hacktoberfest
enhancement
help wanted
.help
Traditions
.easter_tradition
Responds with a random tradition or custom.
TriviaQuiz
.quiz [category]
Start a quiz!
Uptime
.uptime
Responds with the uptime of the bot.
ValentineFacts
.valentine_fact
Shows a random fact about Valentine's Day.
.who_is_valentine
Displays info about Saint Valentine.
.uptime
I started up 6 minutes ago.
Unable to convert 'uptime' to valid command, tag, or Cog.
!source [source_item]
Can also use: src
Display information and a GitHub link to the source code of a command, tag, or cog.
When a user donates via our Roblox donation centre or boosts with Nitro, they need to be automatically awarded.
Robux donations appear in our #joins-and-donations channel (473852097415086090) in the following format:
{"user":"Josh#5318","amount":101}
**Josh#5318** has now donated a total of 101R$!
The bot needs to interpret the JSON on line 1 of the message and award the user with the relevant donator role, including all roles for any lower thresholds they do not already have. Note that the amount given is the total over multiple donations, so donations do not need to be stored by the bot.
Donation thresholds are as follows:
100R$: Donator role (323047035840233474)
1,000R$: Donator+ role (325937099557830656)
3,500R$: Custom // Gold (639147821273972736)
The user needs to also be sent a DM when they have donated to thank them and inform them which roles they have been awarded.
When a user is given the Nitro Booster role (585533734548406305), they need to be sent a thank you message via DM, in addition to being given the Custom // Gold role similarly to the 3,500R$ threshold.
When a user loses the Nitro Booster role, their custom colour should be removed if they do not have the Donator+ role. The bot can do this by iterating through the user's role and removing any roles that start with Custom //
You can refer to our previous bot's source code for reference. Please note that it may be difficult to navigate through due to its poor scalibility.
enhancement
good first issue
hacktoberfest
help wanted
.ec
!src tag
Show all known tags, a single tag, or run a subcommand.
.ec lemon
There are 6 emojis in the joe category
There are 24 emojis in the logo category
There are 33 emojis in the lemon category
.hackstats
Here are some stats!
erick-dsnk has made 1 contribution in October
erick-dsnk is 3 PRs away from a T-shirt or a tree!
1 contribution to sukeesh/Jarvis
.hackstats jpedrinhoxd
Here are some stats!
jpedrinhoxd has made 9 contributions in October
jpedrinhoxd has earned a T-shirt or a tree!
2 contributions to FOSS-GCEK/Hacktoberfest
1 contribution to Atharv-Attri/HacktoberFest-Projects
1 contribution to Leastrio/Hacktoberfest
1 contribution to Akanksha1212/C_Programs
1 contribution to Joonsang1994/Hacktoberfest
.ec
@elder phoenix i think emoji char exceeding
thats y its not showing i will propose a fix soon
Yeah, it is generating a too big body
I don't understand how that's happening though
.ec logo joe lemon
There are 6 emojis in the joe category
There are 24 emojis in the logo category
There are 33 emojis in the lemon category
hmm
Like, we only have a few categories
Hmm yeah, 6 of them
If discord counts the emoji as the chain of character inside the <> and not just one character, that'd be why
.ec lemonshake
:lemonshake: There are 1 emojis in the lemonshake category
There are 33 emojis in the lemon category
And I'm guessing that's what it is doing
.source ec
.ec lemonshake
:lemonshake: There are 1 emojis in the lemonshake category
There are 33 emojis in the lemon category
.ec
.help ec
.emoji_count [emoji]
Can also use: ec
Returns embed with emoji category and info given by the user.
.candy
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
hahaha
.hackstats
Here are some stats!
ReneganRonin has made 3 contributions in October
ReneganRonin is 1 PR away from a T-shirt or a tree!
3 contributions to fisher60/Friendo_Bot
wow just one repo :((
.hacktoberissues
More problems and solutions from LeetCode can be added in the LeetCode_problems folder.
Preferred Difficulty level: Medium to Hard problems (Easy is also acceptable but please refrain from too beginner/trivial problems)
IMPORTANT: Solutions MUST have proper comments EXPLAINING THE LOGIC USED
Please refer Contributing and read all points carefully before sending a PR.
hacktoberfest
help wanted
.hacktoberissues
Description
- [ ] Get the torrent magnet links of the movie.
- [ ] Get the movie name as input from the user.
- [ ] Copy the link to the clipboard
Technologies and Languages
- Python
- javascript
- APIs
Any other language and technology is also fine
Aditional Work
Make a GUI for this application
APIs
Python
assigned
difficulty-medium
hacktoberfest
javascript
.hackstats
@hoary fossil, you have not linked a GitHub account
You can link your GitHub account using:
.hackstats link github_username
Or query GitHub stats directly using:
.hackstats github_username
@hoary fossil link it first
.hackstats link GOD
@hoary fossil, your GitHub username has been added
.hackstats
No October GitHub contributions found for 'GOD'
lool
:((
.hackstats
Here are some stats!
vivax3794 has made 5 contributions in October
vivax3794 has earned a T-shirt or a tree!
1 contribution to GoodbyeBlues/article-summarizer
1 contribution to avinashkranjan/Amazing-Python-Scripts
1 contribution to yashshah1/abuu
1 contribution to Vishruth-S/CompetitiveCode
1 contribution to georgemunyoro/skaak
that was just a random name
Here are some stats!
ReneganRonin has made 3 contributions in October
ReneganRonin is 1 PR away from a T-shirt or a tree!
3 contributions to fisher60/Friendo_Bot
.hacktoberstats [github_username]
Can also use: hackstats
*Display an embed for a user's Hacktoberfest contributions.
If invoked without a subcommand or github_username, get the invoking user's stats if they've
linked their Discord name to GitHub using .stats link. If invoked with a github_username,
get that user's contributions*
Subcommands:
link [github_username]
Link the invoking user's Github github_username to their Discord ID.
unlink
Remove the invoking user's account link from the log.
hmm intrestting, that command counts non merged/accepted prs
@cursive python really? ๐ฎ
yhe 2 of those contributions are not merged,
hmmmm weird
so you will open an issue, make a fix for it, then another PR for you. cooool
๐
.hacktoberissues
Standard RSA encryption uses a set of two prime numbers to create its encryption key , instead of two use three prime numbers to generate the key and also demonstrate successful decryption of the same.
To verify you outputs hash the initial encrypted message and send it to the decryption algorithm and calculate hash of the text after decryption , if both hashes match encryption decryption is successfully executed.
Add relevant files under the security directory creating a folder advRsa
Hacktoberfest
feature_request
good first issue
security
.candy
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
๐
@elder phoenix: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
.ec 
.ec !ducky_bear
.help
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine [user] [valentine_type]
Send a valentine to user, if specified, or to a random user with the lovefest role.
Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.
.source candy
tnx
@pseudo agate did u get the reddit comand running? on your bot
i havent tried yet
.help
.source hello
Your input was invalid: Unable to convert hello to valid command or Cog.
Usage:
.source [source_item]
.source
.source source
.ec 
.ec 
.ec 
.ec jam
.ec jam
.ec py
.ec pydis
There are 9 emojis in the pydis category
There are 3 emojis in the py category
.ec pylemon
There are 3 emojis in the py category
There are 33 emojis in the lemon category
.ec pypydislemonjamlogodice
There are 9 emojis in the pydis category
There are 3 emojis in the py category
There are 24 emojis in the logo category
There are 5 emojis in the jam category
There are 33 emojis in the lemon category
There are 8 emojis in the dice category
.ec pypydislemonjamlogodiceflagduck
There are 9 emojis in the pydis category
There are 3 emojis in the py category
There are 24 emojis in the logo category
There are 6 emojis in the flag category
There are 5 emojis in the jam category
There are 33 emojis in the lemon category
There are 8 emojis in the dice category
.ec pypydislemonjamlogodiceflagduckyertthistrash
There are 9 emojis in the pydis category
There are 1 emojis in the yert category
There are 1 emojis in the this category
There are 18 emojis in the ducky category
There are 3 emojis in the py category
There are 24 emojis in the logo category
There are 6 emojis in the flag category
There are 5 emojis in the jam category
There are 1 emojis in the trash category
There are 33 emojis in the lemon category
There are 8 emojis in the dice category
.ec all
These are the valid categories
python, joe, pydis, okhandbutflipped, yert, lemonpeek, hyperlemon, thinkmon, lemonshake, brainmon, this, grumpchib, ducky, py, logo, flag, aniblobsweat, amegablobsweats, ablobhammer, pyllow, blobgrimacing, pipenv, pithink, jam, incident, trash, lemon, lemonsaurus, dice
.ec python, joe, pydis, okhandbutflipped, yert, lemonpeek, hyperlemon, thinkmon, lemonshake, brainmon, this, grumpchib, ducky, py, logo, flag, aniblobsweat, amegablobsweats, ablobhammer, pyllow, blobgrimacing, pipenv, pithink, jam, incident, trash, lemon, lemonsaurus, dice
.hackstats itzShiva-MarshL
No October GitHub contributions found for 'itzShiva-MarshL'
.hackstats gustavwilliam
Here are some stats!
gustavwilliam has made 4 contributions in October
gustavwilliam has earned a T-shirt or a tree!
3 contributions to python-discord/branding
1 contribution to gustavwilliam/StarDot
Hmm
.hackstats jb3
Here are some stats!
jb3 has made 6 contributions in October
jb3 has earned a T-shirt or a tree!
1 contribution to python-discord/bot
1 contribution to python-discord/site
1 contribution to Kraigie/nostrum
1 contribution to modcastpodcast/admin-backend
1 contribution to python-discord/seasonalbot
.ec lemonshake
:lemonshake: There are 1 emojis in the lemonshake category
There are 33 emojis in the lemon category
.ec ablobhammer
:ablobhammer:
it is only nitro
.ec pipenv
:pipenv:
.candy
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
๐
@elder phoenix: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
lol
@ashen garden has left the server
.candy
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
๐
@elder phoenix: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
i reacted to ghost also
bcz he reacted to candy
and how does it happen?
randomly
source?
.candy?
.ghost
.src candy
.candy
here u go
.candy
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
๐
@elder phoenix: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
๐
@elder phoenix: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
.candy
.candy
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
๐
@elder phoenix: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
๐
@elder phoenix: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
.src candy
What does .candy do?
.help candy
.candy
Get the candy leaderboard and save to JSON.
.[games|game] [amount=5] [genre]
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
Also support amount parameter, what max is 25 and min 1, default 5. Supported formats:
- .games <genre>
- .games <amount> <genre>
Commands:
company Get random Game Companies companies from IGDB API.
genres Get all available genres.
search Find games by name.
top Get current Top games in IGDB.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.game top
ohh nice!
What does candy do?
make it owner rect only
.candy
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
๐
@elder phoenix: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
WHAT DOES .CANDY DO?
.candy
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
๐
@elder phoenix: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
how come @ Anubhav is there twice?
Read the bottom part of the embed
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts... @lofty crescent
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
๐
@elder phoenix: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
.candy
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
๐
@elder phoenix: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
.source candy
.candy
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
๐
@elder phoenix: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
@distant radish Seems like there's no one here to play...
.help
HacktoberIssues
.hacktoberissues [option]
Get a random python hacktober issue from Github.
HacktoberStats
.hacktoberstats [github_username]
Display an embed for a user's Hacktoberfest contributions.
HalloweenFacts
.spookyfact
Get the most recent Halloween fact
Halloweenify
.halloweenify
Change your nickname into a much spookier one!
Help
.help [commands...]
Shows Command Help.
.bunnifyme
Quantanose
.halloweenify
.help
Issues
.issue <numbers> [repository=seasonalbot] [user=python-discord]
Command to retrieve issue(s) from a GitHub repository.
LoveCalculator
.love <who> [whom]
Tells you how much the two love each other.
Magic8ball
.8ball <question>
Return a Magic 8ball answer from answers list.
Minesweeper
.minesweeper
Commands for Playing Minesweeper.
MonsterBio
.monsterbio
Sends your monster bio!
.uwu Seasonal Bot
Seasonaw Bot
.help
EightBitify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
EmojiCount
.emoji_count [emoji]
Returns embed with emoji category and info given by the user.
Fun
.caesarcipher
Translates a message using the Caesar Cipher.
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).
.uwu <text>
Converts a given text into it's uwu equivalent.
Games
.games [amount=5] [genre]
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
.minesweeper
.[minesweeper|ms]
Commands for Playing Minesweeper.
Commands:
end End your current game.
start Start a game of Minesweeper.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.ms start
:x: @main scarab, please enable DMs to play minesweeper.
.ms start
@main scarab is playing Minesweeper
Here's there board!
:stop_button: :regional_indicator_a::regional_indicator_b::regional_indicator_c::regional_indicator_d::regional_indicator_e::regional_indicator_f::regional_indicator_g::regional_indicator_h::regional_indicator_i::regional_indicator_j:
:one: :stop_button::one::grey_question::grey_question::grey_question::grey_question::bomb::grey_question::grey_question::bomb:
:two: :stop_button::one::bomb::grey_question::grey_question::bomb::bomb::grey_question::grey_question::grey_question:
:three: :stop_button::one::one::two::bomb::grey_question::bomb::grey_question::bomb::grey_question:
:four: :stop_button::stop_button::stop_button::one::three::bomb::grey_question::grey_question::grey_question::grey_question:
:five: :stop_button::one::one::one::grey_question::bomb::bomb::grey_question::grey_question::bomb:
:six: :stop_button::one::x::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
:seven: :stop_button::one::grey_question::grey_question::grey_question::grey_question::bomb::grey_question::bomb::grey_question:
:eight: :one::two::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
:nine: :bomb::grey_question::bomb::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question::grey_question:
:keycap_ten: :grey_question::bomb::grey_question::grey_question::bomb::grey_question::grey_question::grey_question::grey_question::grey_question:
:fire: @main scarab just lost Minesweeper! :fire:
.help
BotSource
.source [source_item]
Display information and a GitHub link to the source code of a command, tag, or cog.
BunnyNameGenerator
.bunnifyme
Gets your Discord username and bunnifies it.
.bunnyname
Picks a random bunny name from a JSON file.
CandyCollection
.candy
Get the candy leaderboard and save to JSON.
ConvoStarters
.topic
Responds with a random topic to start a conversation.
.source mc
Your input was invalid: Unable to convert mc to valid command or Cog.
Usage:
.source [source_item]
.source ms
.candy
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
๐
@elder phoenix: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
๐
@elder phoenix: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
๐
@elder phoenix: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
.quiz
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
Which country is the largest producer of coffee?
brazil
@toxic dock got the correct answer :tada: 100 points!
Information
Brazil is the world's largest coffee producer. In 2016, Brazil produced a staggering 2,595,000 metric tons of coffee beans. It is not a new development, as Brazil has been the highest global producer of coffee beans for over 150 years.
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 100
What country is called "Land of White Elephants"?
20s left!
10s left!
No one answered correctly!
Information
White elephants were regarded to be holy creatures in ancient Thailand and some other countries. Today, white elephants are still used as a symbol of divine and royal power in the country. Ownership of a white elephant symbolizes wealth, success, royalty, political power, wisdom, and prosperity.
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 100
Which country is the largest producer of tea in the world?
china
@toxic dock got the correct answer :tada: 100 points!
Information
Tea is mainly grown in Asia, Africa, South America, and around the Black and Caspian Seas. The four biggest tea-producing countries today are China, India, Sri Lanka and Kenya. Together they represent 75% of world production.
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 200
When did the First World War start?
20s left!
10s left!
No one answered correctly!
Information
The first world war began in August 1914. It was directly triggered by the assassination of the Austrian archduke, Franz Ferdinand and his wife, on 28th June 1914 by Bosnian revolutionary, Gavrilo Princip. This event was, however, simply the trigger that set off declarations of war.
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 200
Which country is known as the "Land of Thunderbolt"?
20s left!
10s left!
Better luck next time
Information
Bhutan is known as the "Land of Thunder Dragon" or "Land of Thunderbolt" due to the violent and large thunderstorms that whip down through the valleys from the Himalayas. The dragon reference was due to people thinking the sparkling light of thunderbolts was the red fire of a dragon.
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 200
The round has ended.
Congratulations @toxic dock :tada: You have won this quiz game with a grand total of 200 points!
.hackstats link codephile1221
@nocturne turtle, your GitHub username has been added
.hackstats
Here are some stats!
codephile1221 has made 5 contributions in October
codephile1221 has earned a T-shirt or a tree!
3 contributions to j-tesla/space-shooter
1 contribution to KuruvillaJacob02/Encryptions_Methods
1 contribution to I-question-this/red-bot-dad-cog
.quiz
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
Which city is in two continents?
20s left!
Istanbul
@jovial mulch got the correct answer :tada: 75 points!
Information
Istanbul embraces two continents, one arm reaching out to Asia, the other to Europe.
Let's move to the next question.
Remaining questions:
Vthechamp#3454 : 75
What's the name of the tallest waterfall in the world.
Angel Falls
@jovial mulch got the correct answer :tada: 100 points!
Information
Angel Falls (Salto รngel) in Venezuela is the highest waterfall in the world. The falls are 3230 feet in height, with an uninterrupted drop of 2647 feet. Angel Falls is located on a tributary of the Rio Caroni.
Let's move to the next question.
Remaining questions:
Vthechamp#3454 : 175
Where is the "International Court Of Justice" located at?
20s left!
The Hague
@jovial mulch got the correct answer :tada: 75 points!
Let's move to the next question.
Remaining questions:
Vthechamp#3454 : 250
What is the capital of Iraq?
20s left!
Baghdad?
@jovial mulch got the correct answer :tada: 75 points!
Information
Baghdad is the capital of Iraq. It has a population of 7 million people.
Let's move to the next question.
Remaining questions:
Vthechamp#3454 : 325
What's the name of the largest river in the world?
nile
@toxic dock got the correct answer :tada: 100 points!
Information
The Nile, which is about 6,650 km (4,130 mi) long, is an "international" river as its drainage basin covers eleven countries, namely, Tanzania, Uganda, Rwanda, Burundi, the Democratic Republic of the Congo, Kenya, Ethiopia, Eritrea, South Sudan, Republic of the Sudan and Egypt.
Let's move to the next question.
Remaining questions:
nile
Vthechamp#3454 : 325
AaravM4#9558 : 100
The round has ended.
Congratulations @jovial mulch :tada: You have won this quiz game with a grand total of 325 points!
.quiz
Each game consists of 5 questions.
Rules :
No cheating and have fun!
Category : general
Which city is in two continents?
istanbul
@toxic dock got the correct answer :tada: 100 points!
Information
Istanbul embraces two continents, one arm reaching out to Asia, the other to Europe.
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 100
istanbul
What country is the world's largest coral reef system, the "Great Barrier Reef", located in?
austrialioa
@toxic dock got the correct answer :tada: 100 points!
Information
The Great Barrier Reef is the world's largest coral reef system composed of over 2,900 individual reefs and 900 islands stretching for over 2,300 kilometres (1,400 mi) over an area of approximately 344,400 square kilometres (133,000 sq mi). The reef is located in the Coral Sea, off the coast of Queensland, Australia.
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 200
The Valley Of The Kings is located in which country?
20s left!
10s left!
No one answered correctly!
Information
The Valley of the Kings, also known as the Valley of the Gates of the Kings, is a valley in Egypt where, for a period of nearly 500 years from the 16th to 11th century BC, rock cut tombs were excavated for the pharaohs and powerful nobles of the New Kingdom (the Eighteenth to the Twentieth Dynasties of Ancient Egypt).
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 200
o
Which country is known as the "Land of Thunderbolt"?
20s left!
10s left!
sri lanka
Bhutan
@jovial mulch got the correct answer :tada: 50 points!
Information
Bhutan is known as the "Land of Thunder Dragon" or "Land of Thunderbolt" due to the violent and large thunderstorms that whip down through the valleys from the Himalayas. The dragon reference was due to people thinking the sparkling light of thunderbolts was the red fire of a dragon.
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 200
Vthechamp#3454 : 50
Which is the largest tropical rain forest in the world?
amazon
@toxic dock got the correct answer :tada: 100 points!
Information
The Amazon is regarded as vital in the fight against global warming due to its ability to absorb carbon from the air. It's often referred to as the "lungs of the Earth," as more than 20 per cent of the world's oxygen is produced there.
Let's move to the next question.
Remaining questions:
AaravM4#9558 : 300
Vthechamp#3454 : 50
amazon
The round has ended.
Congratulations @toxic dock :tada: You have won this quiz game with a grand total of 300 points!
lol
.hacktoberissues
Description
Make a Banner Image for the Repository. The Banner Image can be simply the title of this Project with an awe-striking background. This Issue can be assigned to any number of participants but only one would be accepted as the Main Banner.
You need to submit:
- The Raw File of the Banner
- A JPEG/PNG File of the Output
Tools
- [X] Adobe XD
- [X] Figma
- [X] Photoshop
Type of issue
Please delete options that are not relevant.
- [X] Feature
- [ ] Bug
Hacktoberfest
Hard
Up-For-Grab
enhancement
good first issue
The project needs an installation and development guide for Django Environment.
documentation
enhancement
hacktoberfest
.8bitify
.8bitfy
.issue 480
im working on it
can I work on it too?
hmm ok
though it is having trouble with some images
.candy
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
๐
@elder phoenix: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
is it supposed to show a person twice?
.candy
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
๐
@elder phoenix: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
.hacktoberissues
The user should be able to create a ticket. When the ticket is created you should see it in the database.
A ticket should have a title, description, and the date it was created.
This is a fresh django project so you will have to create the routes, models, and views for this.
Also, don't worry about creating a ticket app inside of the django project because one already exist.
- Create a Ticket model
- Create a model form for Ticket
- Create a route to render the ticket form
NOTICE
dont worry about saving it to the database or anything. we need to start small and will improve over time. just simply create the model, view, form, and route.
When this but is solved, we should be able to hit a route and see a form for creating ticket
hacktoberfest
.hackstats
Here are some stats!
SansPapyrus683 has made 4 contributions in October
SansPapyrus683 has earned a T-shirt or a tree!
2 contributions to C0D1NG/Development
1 contribution to tarunjain1st/Hacktoberfest2020
1 contribution to iot-lab-kiit/tasks.py
.hacktoberissues
C++
JS
Java
c
documentation
hacktoberfest
python
.hacktoberissues
Hacktoberfest
code
good first issue
python
.candy
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @pseudo agate: 1
๐
@pseudo agate: 1
๐
@elder phoenix: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
.help
EggheadQuiz
.eggquiz
Gives a random quiz question, waits 30 seconds and then outputs the answer.
EightBitify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
EmojiCount
.emoji_count [emoji]
Returns embed with emoji category and info given by the user.
Extensions
.extensions
Load, unload, reload, and list loaded extensions.
Fun
.caesarcipher
Translates a message using the Caesar Cipher.
.emoji_count [emoji]
Can also use: ec
Returns embed with emoji category and info given by the user.
.ec 
.ec lemon
.ec lol
These are the valid categories
python, joe, pydis, okhandbutflipped, yert, lemonpeek, hyperlemon, thinkmon, lemonshake, brainmon, this, grumpchib, ducky, py, logo, flag, aniblobsweat, amegablobsweats, ablobhammer, pyllow, blobgrimacing, pipenv, pithink, jam, incident, trash, lemon, lemonsaurus, dice
.ec ๐
These are the valid categories
python, joe, pydis, okhandbutflipped, yert, lemonpeek, hyperlemon, thinkmon, lemonshake, brainmon, this, grumpchib, ducky, py, logo, flag, aniblobsweat, amegablobsweats, ablobhammer, pyllow, blobgrimacing, pipenv, pithink, jam, incident, trash, lemon, lemonsaurus, dice
.roll 234






.roll 4




.roll 0
:no_entry: You must roll at least once.
.roll ab
Your input was invalid: Converting to "int" failed for parameter "num_rolls".
Usage:
.roll [num_rolls=1]
.roll 5





.hacktoberissues
Currently for every experiment a copy of the code is provided in order to ensure reproducibility and a way for debugging that experiment if it fails.
However, the whole code is copied which can result in copying potentially large files that are not needed to run the experiment. The goal is to use .gitignore to exclude those files from being copied.
Hacktoberfest
.help
ValentineFacts
.who_is_valentine
Displays info about Saint Valentine.
ValentineZodiac
.zodiac <zodiac_sign>
Provides information about zodiac sign by taking zodiac sign name as input.
WikipediaSearch
.wikipedia <search>
Return list of results containing your search query from wikipedia.
Wolfram
.wolfram <query>
Requests all answers on a single image, sends an image of all related pods.
.wolfram Elon Musk
.help
DragNames
.dragname
Sends a message with a drag queen name.
EasterFacts
.eggfact
Get easter egg facts.
EasterRiddle
.riddle
Gives a random riddle, then provides 2 hints at certain intervals before revealing the answer.
EggDecorating
.eggdecorate [colours...]
Picks a random egg design and decorates it using the given colours.
EggheadQuiz
.eggquiz
Gives a random quiz question, waits 30 seconds and then outputs the answer.
.uptime
I started up 15 hours ago.
.timeleft
There are 27 days, 11 hours and 33 minutes left until the end of Hacktober.
.movies
.[movies|movie] [genre] [amount=5]
Get random movies by specifying genre. Also support amount parameter, that define how much movies will be shown.
Default 5. Use .movies genres to get all available genres.
Commands:
genres Show all currently available genres for .movies command.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.movies genres
Current available genres: Action, Adventure, Animation, Comedy, Crime, Documentary, Drama, Family, Fantasy, History, Horror, Music, Mystery, Romance, Science, Thriller, Western
SaveTheDate
.savethedate
Gives you ideas for what to do on a date with your valentine.
ScaryMovie
.scarymovie
Randomly select a scary movie and display information about it.
Snakes
.snakes
Commands from our first code jam.
Space
.space
Head command that contains commands about space.
Speedrun
.speedrun
Sends a link to a video of a random speedrun.
.8bitify
.monsterbio
Your name is Gotileyam, a member of the ferocious species Magaf. The first Magaf was discovered by Laurent A. R. in 1700 at dawn. The species Magaf is known for its notched black bones. It is said to even be able to spit poison!
.recommendgame
.savethedate
Very few things can elicit such a huge dopamine rush as a good old shopping spree. Get some new sexy lingerie, pretty shoes, a nice shirt and tie, a couple of new video games or whatever else you need or want. This is a unique chance to bond, have fun and get some stuff that youโve been waiting to buy for a while now.
.savethedate
A beautiful lady in a simple yet sensual, form-fitting, black dress, and a strong and handsome, if somewhat stern-looking man in a fine suit walk up to a roulette table with drinks in hand and place bets at random as they smile at each other seductively. This is a scenario most of us wish to play out, but rarely get a chance. It can be a bit costly, but this is one of the most incredibly adventurous and romantic date ideas.
.space
.space
Head command that contains commands about space.
Commands:
apod Get Astronomy Picture of Day from NASA API. Date is optional parameter...
epic Get one of latest random image of earth from NASA EPIC API. Support da...
mars Get random Mars image by date. Support both SOL (martian solar day) an...
nasa Get random NASA information/facts + image. Support `search_term` param...
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.help
SpookyAvatar
.savatar [user]
Spookify an user's avatar.
SpookyEightBall
.spookyeightball <question>
Responds with a random response to a question.
SpookyGif
.spookygif
Fetches a random gif from the GIPHY API and responds with it.
SpookyRating
.spookyrating [who]
Calculates the spooky rating of someone.
StatusCats
.http_cat <code>
Sends an embed with an image of a cat, potraying the status code.
.savatar
.savatar
.savatar
.savatar

.8bitify
.hacktoberissues
The deprecated command it replaced, CmdDiceCheck, had this check, but I forgot to add it to the replacement. Needs to just be moved over.
Hacktoberfest
.space
.space
Head command that contains commands about space.
Commands:
apod Get Astronomy Picture of Day from NASA API. Date is optional parameter...
epic Get one of latest random image of earth from NASA EPIC API. Support da...
mars Get random Mars image by date. Support both SOL (martian solar day) an...
nasa Get random NASA information/facts + image. Support `search_term` param...
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.space apod
What's happening at the center of spiral galaxy NGC 5643? A swirling disk of stars and gas, NGC 5643's appearance is dominated by blue spiral arms and brown dust, as shown in the featured image taken by the Hubble Space Telescope. The core of this active galaxy glows brightly in radio waves and X-rays where twin jets have been found. An unusual central glow makes M106 one of the closest examples of the Seyfert class of galaxies, where vast amounts of glowing gas are thought to be falling into a central massive black hole. NGC 5643, is a relatively close 55 million light years away, spans about 100 thousand light years across, and can be seen with a small telescope towards the constellation of the Wolf (Lupus).
.space epic
.space mars
.space mars
.space nasa
This chart provides a launch summary of the Saturn IB launch vehicle as of 1973. Developed by the Marshall Space Flight Center (MSFC) as an interim vehicle in MSFC's "building block" approach to the Saturn rocket development, the Saturn IB utilized Saturn I technology to further develop and refine the larger boosters and the Apollo spacecraft capabilities required for the marned lunar missions.
.hacktoberissues
Best to delete it from the repository.
If you would like help, please make sure to assign me so that I know to take care of it :)
Hacktoberfest
.hackstats
Here are some stats!
Anubhav1603 has made 3 contributions in October
Anubhav1603 is 1 PR away from a T-shirt or a tree!
3 contributions to python-discord/seasonalbot
.ec
@elder phoenix fix of pr is waiting
I am pushing changes which scargly asked if u like it can u merge it๐
I'll try to have a peak later
sure
.queenme
Poppy Domm
.pridefact
Over time, the proportion of people who identify as homosexual or bisexual appears to be increasing. It is not know if this is because they feel it is safer to come out, or if the actual numbers of homosexual/bisexual people are increasing.
.hackstats
@crimson saffron, you have not linked a GitHub account
You can link your GitHub account using:
.hackstats link github_username
Or query GitHub stats directly using:
.hackstats github_username
.hackstats link Jamesbond8002
@crimson saffron, your GitHub username has been added
.hackstats
Here are some stats!
Jamesbond8002 has made 5 contributions in October
Jamesbond8002 has earned a T-shirt or a tree!
2 contributions to DoreamonTheCatRobot/Hactoberfest-Special
1 contribution to willmcgugan/rich
1 contribution to TraXIcoN/FreeCodeCamp-Projects
1 contribution to markidtm/python-challenges
.hackstats
No October GitHub contributions found for 'GOD'
.help
TimeLeft
.timeleft
Calculates the time left until the end of Hacktober.
Traditions
.easter_tradition
Responds with a random tradition or custom.
TriviaQuiz
.quiz [category]
Start a quiz!
Uptime
.uptime
Responds with the uptime of the bot.
ValentineFacts
.valentine_fact
Shows a random fact about Valentine's Day.
.prideavatar
.savatar
.prideavatar
Did you mean:
savatar
.help savatar
.savatar [user]
Can also use: spookyavatar, spookify
A command to print the user's spookified avatar.
.spookyavatar lemon
hmmm
.hackstats soup
No October GitHub contributions found for 'soup'
.hackstats Soup
No October GitHub contributions found for 'Soup'
.hackstats SeasonalBot
No October GitHub contributions found for 'SeasonalBot'
.hackstats jsejjwdnamzknsjxn
No October GitHub contributions found for 'jsejjwdnamzknsjxn'
.hackstats anime
No October GitHub contributions found for 'anime'
.hackstats god
No October GitHub contributions found for 'god'
God and anime aren't on the hacktoberfest's side
.hackstats chatalot1
No October GitHub contributions found for 'chatalot1'
.help
SaveTheDate
.savethedate
Gives you ideas for what to do on a date with your valentine.
ScaryMovie
.scarymovie
Randomly select a scary movie and display information about it.
Snakes
.snakes
Commands from our first code jam.
Space
.space
Head command that contains commands about space.
Speedrun
.speedrun
Sends a link to a video of a random speedrun.
.help
EightBitify
.8bitify
Pixelates your avatar and changes the palette to an 8bit one.
EmojiCount
.emoji_count [emoji]
Returns embed with emoji category and info given by the user.
Fun
.caesarcipher
Translates a message using the Caesar Cipher.
.randomcase <text>
Randomly converts the casing of a given text.
.roll [num_rolls=1]
Outputs a number of random dice emotes (up to 6).
.uwu <text>
Converts a given text into it's uwu equivalent.
Games
.games [amount=5] [genre]
Get random game(s) by genre from IGDB. Use .games genres command to get all available genres.
.source rolib
Your input was invalid: Unable to convert rolib to valid command or Cog.
Usage:
.source [source_item]
.fool
Check out this April Fools' video by google.
Literally a cloud. Introducing Google Actual Cloud Platform, the worldโs first public cloud running on servers in the troposphere.
Available April 1. Watch the video to learn more. https://cloud.google.com/actual-cloud/
.uwu hello
hewwo
.uwu Hi
Hi
.roll

.roll

.source roll
.roll 10






.roll 6






.roll 100






.roll 3



.roll 0
:no_entry: You must roll at least once.
.roll 100000






.ms start
@wicked orchid is playing Minesweeper
:no_entry: Game canceled :no_entry:
Here's your board!
:stop_button: :regional_indicator_a: :regional_indicator_b: :regional_indicator_c: :regional_indicator_d: :regional_indicator_e: :regional_indicator_f: :regional_indicator_g: :regional_indicator_h: :regional_indicator_i: :regional_indicator_j:
:one: :one: :bomb: :two: :one: :one: :one: :one: :two: :bomb: :three:
:two: :two: :three: :bomb: :two: :two: :bomb: :one: :three: :bomb: :bomb:
:three: :three: :bomb: :four: :three: :bomb: :two: :one: :two: :bomb: :three:
:four: :bomb: :bomb: :three: :bomb: :two: :one: :stop_button: :one: :one: :one:
:five: :two: :three: :three: :two: :two: :one: :two: :two: :two: :one:
:six: :one: :two: :bomb: :two: :three: :bomb: :four: :bomb: :bomb: :one:
:seven: :bomb: :three: :three: :bomb: :three: :bomb: :five: :bomb: :three: :one:
:eight: :three: :bomb: :two: :one: :three: :three: :bomb: :two: :one: :stop_button:
:nine: :bomb: :three: :two: :one: :one: :bomb: :two: :one: :stop_button: :stop_button:
:keycap_ten: :one: :two: :bomb: :one: :one: :one: :one: :stop_button: :stop_button: :stop_button:
.minesweeper
Can also use: ms
Commands for Playing Minesweeper.
Subcommands:
end
End your current game.
start [bomb_chance=0.2]
Start a game of Minesweeper.
.ms
.[minesweeper|ms]
Commands for Playing Minesweeper.
Commands:
end End your current game.
start Start a game of Minesweeper.
Type .help command for more info on a command.
You can also type .help category for more info on a category.
.ms start
@plain swan is playing Minesweeper
Here's their board!
:stop_button: :regional_indicator_a: :regional_indicator_b: :regional_indicator_c: :regional_indicator_d: :regional_indicator_e: :regional_indicator_f: :regional_indicator_g: :regional_indicator_h: :regional_indicator_i: :regional_indicator_j:
:one: :one: :x: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :bomb: :grey_question:
:two: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:three: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:four: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question:
:five: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question:
:six: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question:
:seven: :grey_question: :grey_question: :grey_question: :grey_question: :bomb: :grey_question: :grey_question: :grey_question: :bomb: :grey_question:
:eight: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:nine: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
:keycap_ten: :bomb: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question: :grey_question:
.ms reveal A1
You are not authorized to use this command.
:fire: @plain swan just lost Minesweeper! :fire:
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine [user] [valentine_type]
Send a valentine to user, if specified, or to a random user with the lovefest role.
Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.
.avatareasterify
.avatareasterify blue
You must include at least 2 colours!
.avatareasterify blue red
.help
TimeLeft
.timeleft
Calculates the time left until the end of Hacktober.
Traditions
.easter_tradition
Responds with a random tradition or custom.
TriviaQuiz
.quiz [category]
Start a quiz!
Uptime
.uptime
Responds with the uptime of the bot.
ValentineFacts
.valentine_fact
Shows a random fact about Valentine's Day.
.pickupline
.pickupline
.pickupline
.pickupline
.pickupline
.source pickupline
.pickupline
.pickupline
.pickupline
.pickupline
.savetheplanet
Every mile you drive to work produces about a pound of C0โ. That's crazy! What's crazier is how clean the planet could be if we spent less time in the car!
Instead of using your car, ride your bike if possible! Not only does it save that pound of C0โ, it is also great exercise and is cheaper!
.saveplanet
People with dark roofs often spend 20 to 40% more on their electricity bills because of the extra heat, which means more electricity needs to be made, and a lot of it isn't renewable.
Having a light colored roof will save you money, and also researchers at the Lawrence Berkeley National Laboratory estimated that if 80 percent of roofs in tropical and temperate climate areas were painted white, it could offset the greenhouse gas emissions of 300 million automobiles around the world.
.saveplanet
.source uwu
.uwu
Your input was invalid: text is a required argument that is missing.
Usage:
.uwu <text>
.uwu helo
hewo
.uwu hello how are you doing
hewwo how awe yuw doing
.uwu nice
nice
.uwu helo
hewo
.hacktoberissues
Description of the Problem
Given an array nums. We define a running sum of an array as runningSum[i] = sum(nums[0]โฆnums[i]).
Return the running sum of nums.
Example 1:
Input: nums = [1,2,3,4]
Output: [1,3,6,10]
Explanation: Running sum is obtained as follows: [1, 1+2, 1+2+3, 1+2+3+4].
Example 2:
Input: nums = [1,1,1,1,1]
Output: [1,2,3,4,5]
Explanation: Running sum is obtained as follows: [1, 1+1, 1+1+1, 1+1+1+1, 1+1+1+1+1].
Example 3:
Input: nums = [3,1,2,10,1]
Output: [3,4,6,16,17]
Code
class Solution:
def runningSum(self, nums: List[int]) -> List[int]:
Link To The LeetCode Problem
good first issue
hacktoberfest
help wanted
Hacktober
hacktoberfest
We often waste trees on making paper, and just getting rid of them for no good reason.
Make sure you only use paper when absolutely necessary. When you do, make sure to use recycled paper because making new paper causes pollution. Find ways to plant trees (Hacktober Fest!) to combat losing them.
People with dark roofs often spend 20 to 40% more on their electricity bills because of the extra heat, which means more electricity needs to be made, and a lot of it isn't renewable.
Having a light colored roof will save you money, and also researchers at the Lawrence Berkeley National Laboratory estimated that if 80 percent of roofs in tropical and temperate climate areas were painted white, it could offset the greenhouse gas emissions of 300 million automobiles around the world.
No.
Lol
halloween
.savetheplanet
We often waste trees on making paper, and just getting rid of them for no good reason.
Make sure you only use paper when absolutely necessary. When you do, make sure to use recycled paper because making new paper causes pollution. Find ways to plant trees (Hacktober Fest!) to combat losing them.
LOL!
.pickupline
.pickupline
.pickupline
.help
AprilFoolVideos
.fool
Get a random April Fools' video from Youtube.
AvatarEasterifier
.avatareasterify [colours...]
This "Easterifies" the user's avatar.
Battleship
.battleship
Play a game of Battleship with someone else!
BeMyValentine
.bemyvalentine [user] [valentine_type]
Send a valentine to user, if specified, or to a random user with the lovefest role.
Bookmark
.bookmark <target_message> [title=Bookmark]
Send the author a link to target_message via DMs.
.fool
Check out this April Fools' video by google.
Today, we launched our Coffee to the Home (CTTH) program for Kansas City residents. We're delivering made-to-order coffee drinks straight to our users at fiber speedsโthrough the same fiber jack that delivers 100 times faster Internet.
Want to be a beta tester? Sign up now: ...
.pickupline
.pickupline
.pickup
avatareasterify[red[
.avatareasterify[red]
avatareasterify red
.avatareasterify red
You must include at least 2 colours!
.avatareasterify red yellow green cyan
.snake video
.hackstats
Here are some stats!
Anubhav1603 has made 4 contributions in October
Anubhav1603 has earned a T-shirt or a tree!
4 contributions to python-discord/seasonalbot
.source hackstats
Describe the bug
When input is called with "s" as the input type, the generated C code doesn't work properly.
To Reproduce
Below is a simc program accompanied by the generated C program:
simc
MAIN
var i = input("Enter a string: ", "s")
print("You entered ")
print(i)
print("\n")
END_MAIN
Generated C
#include <stdio.h>
int main() {
char* i;
printf("Enter a string: ");
scanf("%s", i);
printf("You entered ");
printf("%s", i);
printf("\n");
return 0;
}
Expected behavior
It's expected that whatever string was entered would be printed out, however all that's printed is (null). Looking at the C code, it can be seen that the pointer we're trying to read a string into (char* i) is only able to hold a single character, which is likely causing the null issue. To properly read in a string, char* i should instead be something like char i[256], or something similar (the exact size would depend on the size of the string being read in, so this implementation would require a limit on the maximum number of characters that can be read into the string).
Desktop (please complete the following information):
- OS: Linux (Ubuntu)
bug
difficult
hacktoberfest
.wa 980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999!
.wa 9999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999980513098531089531098531013598980315980531980531888888888888888899999999999!
.wa Taubin's heart surface
.wa 2 ** 10000!
๐ฎ ๐ฎ ๐ฎ
.wa bonne projection
.wa sin(30) * cos(40)
HMmm
.wa Scrabble RaderKMnO2
math is awesome
.wa 10!/(7!3!)
.wa words that rhyme with tree
My calculator doesnโt have !, so I gotta use wolfram haha
.wa Morse code 'Hey Rader, what's up?'
.wa CAPTCHA 'Yolo bro'
Wait I'll show u a trick
even captcha
.wa average airspeed of an unladen swallow
I can udnerstand nothing
.wa 20 snickers bars
You've used up your limit for Wolfram|Alpha requests.
Cooldown: a day
You are not authorized to use this command.
wth is 20 snickers bars
try it
.wa 20 snickers bars
Woah woah
You can even generate sounds with it
w....HOW
Ofc it will only show you the sound wave on the bot
try "play 340Hz tone + 444Hz tone for 13 seconds"
.wa average airspeed of an unladen swallow
@main scarab hahaha thatโs so great
.wa play 340Hz tone + 444Hz tone for 13 seconds
.candy
๐ฅ @near vector: 1
๐ฅ @jaunty flame: 1
๐ฅ @unborn night: 1
๐
@pseudo agate: 1
๐
@pseudo agate: 1
Candies will randomly appear on messages sent.
Hit the candy when it appears as fast as possible to get the candy!
But beware the ghosts...
You've used up your limit for Wolfram|Alpha requests.
Cooldown: a day
You are not authorized to use this command.
The API is limited rip
lol yeah just use the real wolfram alpha page
Yeah
.snake video
.wa 10000!
Huh, really?
!wa 9999999999999999999999999999999!
This shouldnโt be possible tbh
.wa 9999999999999999999999999999999!
๐
!wa (9999999999999999999999999999999999999!!!!!!^99999999999999999999999999999!!!!!!!)!!!!!!!!!!!!!!
.wa (9999999999999999999999999999999999999!!!!!!^99999999999999999999999999999!!!!!!!)!!!!!!!!!!!!!!
Good