amstelchen / Vissarion

A really cool discord selfbot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vissarion

The least handicapped open-source discord selfbot

Join us on discord!

Issues Pull requests


Features


Requirements

  • Windows / Linux
  • Python 3.10+

If something doesn't work for you, please open an issue.


Installation

  • git clone https://github.com/VissarionSB/Vissarion
  • cd Vissarion
  • python main.py

Configuration

Default config paths:

Windows:

  • C:/Users/<user>/Documents/Vissarion

Linux:

  • ~/.config/Vissarion

Preview

ANSI Parser syntax cheatsheet

Components

  • field <~ consists of content
<field>
  title
  <content>
    content
  </content>
</field>


  • text <~ basic component that should be used everytime you need just sum text in your codeblock
<text>
  text
</text>


Syntax

  • col_{color} <~ Available colors: gray, red, green, yellow, blue, purple, cyan, white
<text>
  <col_red>
    text
  <reset>
</text>


  • bold
<text>
  <bold>
    text
  <reset>
</text>


  • nl <~ Places a new line
  • tl <~ Places a tab
  • quote <~ Places a quote

About

A really cool discord selfbot.

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 100.0%