🙌
Farmy API
Farmy API
Farmy API
  • 🌟Welcome to FarmyAPI Docs
  • FarmyAPI Basics
    • 🚀Guidance
      • Where to start
      • Different farming skills
      • Exploration
    • Commands
  • Guild System
    • How guilds works
    • Guild Wars explained
    • Exploration
    • Guild Events
  • Cities and Zones
    • City Zones
    • Travel System
    • Boat System
    • NPCs
  • World Events
    • Weather System
    • World Buffs
    • Community Goals
    • Community Boss Fights
  • Banking System
    • 💲Banking
    • Why deposit money?
  • Economy and Inventory
    • Manage your finances
    • Marketplace
  • Leaderboards
    • Compete and calloborate
  • Profile and Stats
    • Commands to track progress
  • System and Miscellaneous
    • Additional commands
  • Player Commands
    • Adventure and Exploration
    • Dungeon System
    • Travel System
    • Resource Gathering and Crafting
    • Combat and Training
    • Buffs and Upgrades
    • Quests, Titles, and Achievements
  • Menu Commands
    • Quest Menu
    • Titles Menu
    • Achievements
    • Menu
    • Action Menu
    • Resource Menu
  • Developers
    • The FarmyAPI Team
    • Contact us
    • Support
  • FarmyAPI Website
  • Discord Invitation Link
Powered by GitBook
On this page
  • Our API is developed using Python3 & discord.py library
  • Looking for moderators for our Discord API server

Was this helpful?

  1. Developers

The FarmyAPI Team

The team of FarmyAPI Development Team

PreviousResource MenuNextContact us

Last updated 5 months ago

Was this helpful?

To request time off, just fill in our simple form and we'll get it approved!

Developer? Feel free to join us on our project by messaging one of the administrators on Discord or use the "Contact us" field on our website!

Our API is developed using Python3 & discord.py library

developers = [
    {"Name": "Ramses", "Age": 26, "Country": "SWE"}
]

print(f"Total developers in the team: {len(developers)}")
print("=" * 40)

print(f"{'Name':<10}{'Age':<5}{'Country':<15}")
print("-" * 40)
for dev in developers:
    print(f"{dev['Name']:<10}{dev['Age']:<5}{dev['Country']:<15}")

print("=" * 40)

Looking for moderators for our Discord API server

We are currently searching for moderators on our Discord Server. Submit through our website which you'll find above.

https://ramsescode.store/
Page cover image