Skip to content

teamsoundlabs/Nexus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

11 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒŒ 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.