mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Grep for space indentation (#54850)
#54604 atomizing Since a lot of the space indents are in lists ill atomize those later
This commit is contained in:
@@ -6,17 +6,17 @@
|
||||
var/timestamp
|
||||
|
||||
/**
|
||||
* Generate a discord link datum from the values
|
||||
*
|
||||
* This is only used by SSdiscord wrapper functions for now, so you can reference the fields
|
||||
* slightly easier
|
||||
*
|
||||
* Arguments:
|
||||
* * ckey Ckey as a string
|
||||
* * discord_id Discord id as a string
|
||||
* * one_time_token as a string
|
||||
* * timestamp as a string
|
||||
*/
|
||||
* Generate a discord link datum from the values
|
||||
*
|
||||
* This is only used by SSdiscord wrapper functions for now, so you can reference the fields
|
||||
* slightly easier
|
||||
*
|
||||
* Arguments:
|
||||
* * ckey Ckey as a string
|
||||
* * discord_id Discord id as a string
|
||||
* * one_time_token as a string
|
||||
* * timestamp as a string
|
||||
*/
|
||||
/datum/discord_link_record/New(ckey, discord_id, one_time_token, timestamp)
|
||||
src.ckey = ckey
|
||||
src.discord_id = discord_id
|
||||
|
||||
Reference in New Issue
Block a user