Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

benjojo/PublicSwBPlugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PublicSwBPlugins

A place to file your pull requests for modules to go into swb

Each new addition is a new project, This is so I can merge it with the private code.

You have the following commands to interface with the system:

void discord.core.Discord.SendChatMessage(ChatRoomID, String);

- Sends a chat message to a chatroom.

bool discord.core.Discord.IsActiveCRoon(ChatRoomID)

- Check if the chatID wants to have chat messages picked up (for example youtube resolving)

string[,] discord.core.Discord.DoQueryArray(Query,ExpectedCol, ExpectedRows)

- Gets a MySQL query in a 2D string, the array is laid out like string[Row,Col]

string discord.core.Discord.DoClassicQuery(Query)

- This will return a single string that will have each col sepearted by , and new rows \n

void discord.core.Discord.DoQueryNonRead(Query)

- This is used for INSERT or UPDATE querys

string discord.core.Discord.MySQLEscape

- Escapes a string for inserting into a database

About

A place to file your pull requests for modules to go into swb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages