๐ถHooch
Hooch is a custom bot that sits on the DuncsWeb ๐ฎ Discord.
He is a homage to the IRC bot that DuncsWeb used to have in it's earliest days, created by the user Zetacon. While that bot went with Zetacon, I've given him a little personality, he'll do some activities randomly throughout the day through his "activity" on discord.
He also greets new users to the server, so be sure to drop in and check him out!
โณ Early Days
We've just gotten started here, much more is to come!
๐ Hooch Bot Commands
๐ฑ Garden & Crops
- !garden [
@user
] - Show your (or anotherโs) garden: plots, seeds, trophies, balance. - !crops - List all available crops with cost, grow time, and rewards.
- !plant
crop
- Plant a seed in an available plot. - !harvest - Harvest ready crops and collect rewards.
- !buyseeds [
amount
]crop
- Buy seeds with gigs. - !sellseeds [
amount
]crop
-Sell seeds back (at a discount). - !goal - View the current community goal progress.
- !shop - Show shop prices, next plot cost, and shed/favourite info.
๐ Shed
- !shedunlock - Unlock the shed feature.
- !shed - View items placed in your shed.
- !shedplace
item
- Place an item into the shed. - !shedremove
item
- Remove an item from the shed. - !shedshop - Items available for your shed
- !shedhelp - Show shed-related command info.
๐งบ Pantry & Cooking
- !pantry - Show what items youโve stored away.
- !cook
dish
- Cook a recipe using items from your pantry. - !recipes - List available cooking recipes.
๐พ Pet & Fetch
- !pet - Pet Hooch (earns gigs, chance of bonuses).
- !fetch [
item
] - Play fetch with Hooch; builds streaks and rewards. - !fetchboard [
limit
] - View leaderboard of fetch scores.
๐ Achievements & Trophies
- !achievements [
@user
] - Show unlocked achievements. - !trophies [
@user
] - Show collected trophies.
๐ Misc & Fun
- !hello - Friendly hello (cooldown applies).
- !fixit - โFix it, fix it, fix iiiittt!โ joke command.
- !quote - Random Hooch quote.
- !help - Link to full command list on the website.
- !ping - Replies with โPong!โ.
Plot Basics
- You start with 0 plots; buy your first with
!plot
. - Max plots (for now): 2.
- Prices: Plot #1 = ษข20, Plot #2 = ษข300.
- Hooch gives a sniff-warning ~10s before crops finish.
Planting & Harvesting
!plant corn 2
โ plants corn in 2 empty plots!plant wheat all
โ plants wheat in all empty plots!harvest
โ harvests all ready plots!harvest 2
โ harvests only plot #2 (if ready)
Harvests give gigs and usually return seeds, depending on the crop.
Examples
!plot
!buyseeds 3 corn
!plant corn 2
!garden
!harvest
!sellseeds 5 wheat
Notes
- Seed sell-back is 75% of seed cost, rounded to the nearest gig (minimum ษข1).
- Achievements unlock for plot milestones, harvest totals, and โfirstsโ.
!shop
shows current prices;!garden
shows a fenced grid and per-plot progress bars.
How is he made?
On the backend, Hooch is using Python and SQLite.