Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

teamsoundlabs/Nexus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Warning

Nexus has been archived as of 2/11/2024 due to Guilded.py going inactive, while the code will still work for the foreseeable future, we cannot guarantee that it'll be stable. Thank you to everyone who used and supported our project and goal!

๐ŸŒŒ Nexus

Libraries.io dependency status GitHub discussions GitHub forks

Nexus is a view-orientated Guilded bot template.

๐Ÿ‘€ What is a view-orientated bot?

A view is basically a function that returns an embed, view-orientated bots use views for repetitive embeds that can be handled by a simple function.

โ” Why view-orientated?

We use a view-orientated flow as it helps get rid of repetitive code that makes reading and maintaining code harder.

โšก Running

๐Ÿ‘ป Development

Note

When in a development environment we recommend using Python >=3.10.11.

To run Nexus in it's development mode use python main.py dev.

๐Ÿ”Œ Production

Note

When in a production environment we recommend using PyPy

To run Nexus in it's production mode use pypy main.py.